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=417
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=418",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=416",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 417,
    "results": [
        {
            "start": 854475904,
            "stop": 854494396
        },
        {
            "start": 854495154,
            "stop": 854496147
        },
        {
            "start": 854496148,
            "stop": 854504111
        },
        {
            "start": 854504113,
            "stop": 854513626
        },
        {
            "start": 854513628,
            "stop": 854516066
        },
        {
            "start": 854516068,
            "stop": 854523429
        },
        {
            "start": 854524839,
            "stop": 854526447
        },
        {
            "start": 854526449,
            "stop": 854546852
        },
        {
            "start": 854547056,
            "stop": 854548867
        },
        {
            "start": 854551920,
            "stop": 854556035
        },
        {
            "start": 854556651,
            "stop": 854559341
        },
        {
            "start": 854563174,
            "stop": 854564959
        },
        {
            "start": 854565021,
            "stop": 854595215
        },
        {
            "start": 854595217,
            "stop": 854611668
        },
        {
            "start": 854612834,
            "stop": 854619860
        },
        {
            "start": 854619934,
            "stop": 854630485
        },
        {
            "start": 854631814,
            "stop": 854649307
        },
        {
            "start": 854649309,
            "stop": 854658050
        },
        {
            "start": 854674450,
            "stop": 854675344
        },
        {
            "start": 854675346,
            "stop": 854676676
        }
    ]
}