Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=124
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=125",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=123",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 124,
    "results": [
        {
            "start": 818067631,
            "stop": 818067638
        },
        {
            "start": 818067644,
            "stop": 818067646
        },
        {
            "start": 818067650,
            "stop": 818067659
        },
        {
            "start": 818067664,
            "stop": 818067672
        },
        {
            "start": 818067675,
            "stop": 818067679
        },
        {
            "start": 818067683,
            "stop": 818067691
        },
        {
            "start": 818067695,
            "stop": 818067703
        },
        {
            "start": 818067711,
            "stop": 818067725
        },
        {
            "start": 818067728,
            "stop": 818067732
        },
        {
            "start": 818067735,
            "stop": 818067737
        },
        {
            "start": 818067740,
            "stop": 818067746
        },
        {
            "start": 818067749,
            "stop": 818067757
        },
        {
            "start": 818067763,
            "stop": 818067789
        },
        {
            "start": 818067792,
            "stop": 818067796
        },
        {
            "start": 818067799,
            "stop": 818067801
        },
        {
            "start": 818067806,
            "stop": 818067809
        },
        {
            "start": 818067817,
            "stop": 818067820
        },
        {
            "start": 818067828,
            "stop": 818067834
        },
        {
            "start": 818067839,
            "stop": 818067848
        },
        {
            "start": 818067851,
            "stop": 818067859
        }
    ]
}