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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=94",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=92",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 93,
    "results": [
        {
            "start": 817229956,
            "stop": 817230608
        },
        {
            "start": 817230615,
            "stop": 817231407
        },
        {
            "start": 817231419,
            "stop": 817231775
        },
        {
            "start": 817231782,
            "stop": 817231834
        },
        {
            "start": 817231841,
            "stop": 817231962
        },
        {
            "start": 817231969,
            "stop": 817231993
        },
        {
            "start": 817239373,
            "stop": 817239719
        },
        {
            "start": 817239720,
            "stop": 817240270
        },
        {
            "start": 817240278,
            "stop": 817241042
        },
        {
            "start": 817241055,
            "stop": 817242035
        },
        {
            "start": 817242047,
            "stop": 817243333
        },
        {
            "start": 817244413,
            "stop": 817244713
        },
        {
            "start": 817244721,
            "stop": 817244769
        },
        {
            "start": 817244776,
            "stop": 817245629
        },
        {
            "start": 817245636,
            "stop": 817245755
        },
        {
            "start": 817245762,
            "stop": 817246191
        },
        {
            "start": 817246199,
            "stop": 817246234
        },
        {
            "start": 817246241,
            "stop": 817246371
        },
        {
            "start": 817246378,
            "stop": 817249727
        },
        {
            "start": 817249734,
            "stop": 817250398
        }
    ]
}