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=67
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=68",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=66",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 67,
    "results": [
        {
            "start": 822231409,
            "stop": 822231495
        },
        {
            "start": 822231805,
            "stop": 822231862
        },
        {
            "start": 822237059,
            "stop": 822237648
        },
        {
            "start": 822237650,
            "stop": 822238197
        },
        {
            "start": 822238199,
            "stop": 822238849
        },
        {
            "start": 822238850,
            "stop": 822239417
        },
        {
            "start": 822239418,
            "stop": 822239507
        },
        {
            "start": 822239508,
            "stop": 822239639
        },
        {
            "start": 822239642,
            "stop": 822239669
        },
        {
            "start": 822239671,
            "stop": 822239744
        },
        {
            "start": 822239747,
            "stop": 822239767
        },
        {
            "start": 822239769,
            "stop": 822239770
        },
        {
            "start": 822239772,
            "stop": 822239794
        },
        {
            "start": 822239797,
            "stop": 822239812
        },
        {
            "start": 822241958,
            "stop": 822242665
        },
        {
            "start": 822242667,
            "stop": 822243564
        },
        {
            "start": 822246511,
            "stop": 822248505
        },
        {
            "start": 822248560,
            "stop": 822249877
        },
        {
            "start": 822249879,
            "stop": 822249946
        },
        {
            "start": 822249949,
            "stop": 822250272
        }
    ]
}