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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=84",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=82",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 83,
    "results": [
        {
            "start": 823440843,
            "stop": 823440874
        },
        {
            "start": 823441849,
            "stop": 823442180
        },
        {
            "start": 823444104,
            "stop": 823444440
        },
        {
            "start": 823445302,
            "stop": 823445432
        },
        {
            "start": 823445434,
            "stop": 823445533
        },
        {
            "start": 823445534,
            "stop": 823445537
        },
        {
            "start": 823445538,
            "stop": 823445630
        },
        {
            "start": 823445635,
            "stop": 823445641
        },
        {
            "start": 823446025,
            "stop": 823446367
        },
        {
            "start": 823446369,
            "stop": 823446373
        },
        {
            "start": 823446669,
            "stop": 823446800
        },
        {
            "start": 823447800,
            "stop": 823449941
        },
        {
            "start": 823451371,
            "stop": 823454341
        },
        {
            "start": 823455519,
            "stop": 823456605
        },
        {
            "start": 823458168,
            "stop": 823461087
        },
        {
            "start": 823461089,
            "stop": 823461091
        },
        {
            "start": 823462403,
            "stop": 823463150
        },
        {
            "start": 823476556,
            "stop": 823477640
        },
        {
            "start": 823481549,
            "stop": 823481668
        },
        {
            "start": 823482289,
            "stop": 823485819
        }
    ]
}