Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=56
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=57",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=55",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 56,
    "results": [
        {
            "start": 817269373,
            "stop": 817269397
        },
        {
            "start": 817269404,
            "stop": 817269406
        },
        {
            "start": 817269414,
            "stop": 817269451
        },
        {
            "start": 817269458,
            "stop": 817269480
        },
        {
            "start": 817269670,
            "stop": 817269702
        },
        {
            "start": 817269715,
            "stop": 817269727
        },
        {
            "start": 817269734,
            "stop": 817269802
        },
        {
            "start": 817269809,
            "stop": 817269858
        },
        {
            "start": 817269865,
            "stop": 817270128
        },
        {
            "start": 817270135,
            "stop": 817271529
        },
        {
            "start": 817271536,
            "stop": 817271851
        },
        {
            "start": 817271858,
            "stop": 817272880
        },
        {
            "start": 817272887,
            "stop": 817273499
        },
        {
            "start": 817273506,
            "stop": 817273701
        },
        {
            "start": 817273708,
            "stop": 817273760
        },
        {
            "start": 817273768,
            "stop": 817274626
        },
        {
            "start": 817274634,
            "stop": 817274765
        },
        {
            "start": 817274772,
            "stop": 817274940
        },
        {
            "start": 817274947,
            "stop": 817275230
        },
        {
            "start": 817275310,
            "stop": 817275433
        }
    ]
}