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/H1_CBCLOW_CAT4/segments?format=api&page=8602
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8603",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8601",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8602,
    "results": [
        {
            "start": 870754980,
            "stop": 870755280
        },
        {
            "start": 870755407,
            "stop": 870755520
        },
        {
            "start": 870755580,
            "stop": 870755700
        },
        {
            "start": 870755820,
            "stop": 870755880
        },
        {
            "start": 870756000,
            "stop": 870756360
        },
        {
            "start": 870756660,
            "stop": 870756780
        },
        {
            "start": 870757320,
            "stop": 870757380
        },
        {
            "start": 870757440,
            "stop": 870757560
        },
        {
            "start": 870757740,
            "stop": 870757860
        },
        {
            "start": 870757920,
            "stop": 870758582
        },
        {
            "start": 870758924,
            "stop": 870759000
        },
        {
            "start": 870759060,
            "stop": 870759840
        },
        {
            "start": 870759900,
            "stop": 870762232
        },
        {
            "start": 870762272,
            "stop": 870762420
        },
        {
            "start": 870762480,
            "stop": 870762600
        },
        {
            "start": 870762660,
            "stop": 870763260
        },
        {
            "start": 870763320,
            "stop": 870763380
        },
        {
            "start": 870763560,
            "stop": 870763576
        },
        {
            "start": 870764664,
            "stop": 870764760
        },
        {
            "start": 870764820,
            "stop": 870764940
        }
    ]
}