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=461
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=462",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=460",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 461,
    "results": [
        {
            "start": 860981070,
            "stop": 860982878
        },
        {
            "start": 860982880,
            "stop": 861002448
        },
        {
            "start": 861003720,
            "stop": 861012392
        },
        {
            "start": 861015369,
            "stop": 861018490
        },
        {
            "start": 861020079,
            "stop": 861021954
        },
        {
            "start": 861022185,
            "stop": 861025451
        },
        {
            "start": 861026233,
            "stop": 861028643
        },
        {
            "start": 861028957,
            "stop": 861031211
        },
        {
            "start": 861031213,
            "stop": 861045157
        },
        {
            "start": 861045159,
            "stop": 861047915
        },
        {
            "start": 861047917,
            "stop": 861049605
        },
        {
            "start": 861050014,
            "stop": 861052147
        },
        {
            "start": 861052149,
            "stop": 861054180
        },
        {
            "start": 861054182,
            "stop": 861055598
        },
        {
            "start": 861058838,
            "stop": 861059886
        },
        {
            "start": 861060134,
            "stop": 861061016
        },
        {
            "start": 861061755,
            "stop": 861067707
        },
        {
            "start": 861078836,
            "stop": 861080688
        },
        {
            "start": 861080690,
            "stop": 861080825
        },
        {
            "start": 861080827,
            "stop": 861088617
        }
    ]
}