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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=31",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=29",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 30,
    "results": [
        {
            "start": 931264383,
            "stop": 931264444
        },
        {
            "start": 931264445,
            "stop": 931265084
        },
        {
            "start": 931265085,
            "stop": 931265204
        },
        {
            "start": 931265205,
            "stop": 931265291
        },
        {
            "start": 931265292,
            "stop": 931265615
        },
        {
            "start": 931265616,
            "stop": 931274642
        },
        {
            "start": 931274644,
            "stop": 931274823
        },
        {
            "start": 931283141,
            "stop": 931283734
        },
        {
            "start": 931286273,
            "stop": 931291375
        },
        {
            "start": 931292182,
            "stop": 931293816
        },
        {
            "start": 931316529,
            "stop": 931318362
        },
        {
            "start": 931326936,
            "stop": 931327524
        },
        {
            "start": 931329600,
            "stop": 931330815
        },
        {
            "start": 931338015,
            "stop": 931341942
        },
        {
            "start": 931344916,
            "stop": 931346545
        },
        {
            "start": 931346547,
            "stop": 931346605
        },
        {
            "start": 931351614,
            "stop": 931351699
        },
        {
            "start": 931351701,
            "stop": 931351703
        },
        {
            "start": 931351705,
            "stop": 931351714
        },
        {
            "start": 931351716,
            "stop": 931351792
        }
    ]
}