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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16813",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16811",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16812,
    "results": [
        {
            "start": 875148061,
            "stop": 875148184
        },
        {
            "start": 875148185,
            "stop": 875148216
        },
        {
            "start": 875148217,
            "stop": 875148265
        },
        {
            "start": 875148268,
            "stop": 875148387
        },
        {
            "start": 875148389,
            "stop": 875148617
        },
        {
            "start": 875148618,
            "stop": 875148741
        },
        {
            "start": 875148743,
            "stop": 875148862
        },
        {
            "start": 875148864,
            "stop": 875149007
        },
        {
            "start": 875149008,
            "stop": 875149051
        },
        {
            "start": 875149052,
            "stop": 875149217
        },
        {
            "start": 875149218,
            "stop": 875149455
        },
        {
            "start": 875149456,
            "stop": 875149522
        },
        {
            "start": 875149523,
            "stop": 875149576
        },
        {
            "start": 875149580,
            "stop": 875149600
        },
        {
            "start": 875149602,
            "stop": 875149650
        },
        {
            "start": 875149652,
            "stop": 875149744
        },
        {
            "start": 875149746,
            "stop": 875149802
        },
        {
            "start": 875149803,
            "stop": 875149845
        },
        {
            "start": 875149846,
            "stop": 875149862
        },
        {
            "start": 875149863,
            "stop": 875149976
        }
    ]
}