Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=378
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=379",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=377",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 378,
    "results": [
        {
            "start": 849355241,
            "stop": 849356855
        },
        {
            "start": 849357035,
            "stop": 849358271
        },
        {
            "start": 849358273,
            "stop": 849359522
        },
        {
            "start": 849359524,
            "stop": 849361305
        },
        {
            "start": 849361308,
            "stop": 849364127
        },
        {
            "start": 849364129,
            "stop": 849364869
        },
        {
            "start": 849380200,
            "stop": 849380942
        },
        {
            "start": 849381435,
            "stop": 849381438
        },
        {
            "start": 849381624,
            "stop": 849382934
        },
        {
            "start": 849383138,
            "stop": 849383221
        },
        {
            "start": 849383223,
            "stop": 849384449
        },
        {
            "start": 849384581,
            "stop": 849384635
        },
        {
            "start": 849388137,
            "stop": 849388421
        },
        {
            "start": 849388680,
            "stop": 849394919
        },
        {
            "start": 849395007,
            "stop": 849396840
        },
        {
            "start": 849402058,
            "stop": 849402990
        },
        {
            "start": 849403056,
            "stop": 849406110
        },
        {
            "start": 849422296,
            "stop": 849423268
        },
        {
            "start": 849423270,
            "stop": 849424242
        },
        {
            "start": 849424244,
            "stop": 849428142
        }
    ]
}