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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=10",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=8",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 9,
    "results": [
        {
            "start": 815213780,
            "stop": 815214005
        },
        {
            "start": 815214010,
            "stop": 815214475
        },
        {
            "start": 815214478,
            "stop": 815214614
        },
        {
            "start": 815215435,
            "stop": 815215439
        },
        {
            "start": 815215442,
            "stop": 815215519
        },
        {
            "start": 815215522,
            "stop": 815215601
        },
        {
            "start": 815215604,
            "stop": 815215680
        },
        {
            "start": 815215683,
            "stop": 815215748
        },
        {
            "start": 815215751,
            "stop": 815215787
        },
        {
            "start": 815215790,
            "stop": 815215832
        },
        {
            "start": 815215836,
            "stop": 815215894
        },
        {
            "start": 815215897,
            "stop": 815215900
        },
        {
            "start": 815215903,
            "stop": 815215912
        },
        {
            "start": 815215915,
            "stop": 815215996
        },
        {
            "start": 815216000,
            "stop": 815216031
        },
        {
            "start": 815216034,
            "stop": 815216053
        },
        {
            "start": 815216065,
            "stop": 815216066
        },
        {
            "start": 815216171,
            "stop": 815216175
        },
        {
            "start": 815216178,
            "stop": 815216251
        },
        {
            "start": 815219912,
            "stop": 815221212
        }
    ]
}