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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29420",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29418",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29419,
    "results": [
        {
            "start": 971411506,
            "stop": 971411507
        },
        {
            "start": 971411509,
            "stop": 971411510
        },
        {
            "start": 971411511,
            "stop": 971411515
        },
        {
            "start": 971412994,
            "stop": 971412996
        },
        {
            "start": 971412999,
            "stop": 971413134
        },
        {
            "start": 971414006,
            "stop": 971414035
        },
        {
            "start": 971414036,
            "stop": 971414048
        },
        {
            "start": 971414050,
            "stop": 971414072
        },
        {
            "start": 971414073,
            "stop": 971414095
        },
        {
            "start": 971414097,
            "stop": 971414109
        },
        {
            "start": 971414110,
            "stop": 971414112
        },
        {
            "start": 971414114,
            "stop": 971414115
        },
        {
            "start": 971414116,
            "stop": 971414117
        },
        {
            "start": 971414118,
            "stop": 971414121
        },
        {
            "start": 971414122,
            "stop": 971414147
        },
        {
            "start": 971414150,
            "stop": 971414155
        },
        {
            "start": 971414156,
            "stop": 971414158
        },
        {
            "start": 971414160,
            "stop": 971414161
        },
        {
            "start": 971414163,
            "stop": 971414173
        },
        {
            "start": 971414175,
            "stop": 971414194
        }
    ]
}