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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=36",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=34",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 35,
    "results": [
        {
            "start": 816468781,
            "stop": 816468819
        },
        {
            "start": 816468885,
            "stop": 816469022
        },
        {
            "start": 816469057,
            "stop": 816469063
        },
        {
            "start": 816469094,
            "stop": 816469114
        },
        {
            "start": 816469159,
            "stop": 816469323
        },
        {
            "start": 816469344,
            "stop": 816469607
        },
        {
            "start": 816469650,
            "stop": 816469737
        },
        {
            "start": 816469857,
            "stop": 816469866
        },
        {
            "start": 816469888,
            "stop": 816469939
        },
        {
            "start": 816470027,
            "stop": 816470257
        },
        {
            "start": 816470318,
            "stop": 816470530
        },
        {
            "start": 816470586,
            "stop": 816470638
        },
        {
            "start": 816470657,
            "stop": 816470795
        },
        {
            "start": 816470814,
            "stop": 816470859
        },
        {
            "start": 816470882,
            "stop": 816470883
        },
        {
            "start": 816470902,
            "stop": 816470954
        },
        {
            "start": 816471008,
            "stop": 816471078
        },
        {
            "start": 816471130,
            "stop": 816471347
        },
        {
            "start": 816471377,
            "stop": 816471400
        },
        {
            "start": 816471421,
            "stop": 816471530
        }
    ]
}