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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=77",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=75",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 76,
    "results": [
        {
            "start": 827251386,
            "stop": 827260241
        },
        {
            "start": 827260346,
            "stop": 827267795
        },
        {
            "start": 827269402,
            "stop": 827291898
        },
        {
            "start": 827295526,
            "stop": 827352976
        },
        {
            "start": 827357728,
            "stop": 827409185
        },
        {
            "start": 827409945,
            "stop": 827428542
        },
        {
            "start": 827429996,
            "stop": 827447828
        },
        {
            "start": 827447837,
            "stop": 827458084
        },
        {
            "start": 827458092,
            "stop": 827460240
        },
        {
            "start": 827460248,
            "stop": 827506075
        },
        {
            "start": 827506081,
            "stop": 827510674
        },
        {
            "start": 827510684,
            "stop": 827510692
        },
        {
            "start": 827510700,
            "stop": 827510701
        },
        {
            "start": 827510713,
            "stop": 827510719
        },
        {
            "start": 827510729,
            "stop": 827513027
        },
        {
            "start": 827513034,
            "stop": 827513079
        },
        {
            "start": 827520565,
            "stop": 827555662
        },
        {
            "start": 827556093,
            "stop": 827588654
        },
        {
            "start": 827591185,
            "stop": 827592238
        },
        {
            "start": 827592244,
            "stop": 827596686
        }
    ]
}