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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3057",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3055",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3056,
    "results": [
        {
            "start": 865130282,
            "stop": 865130285
        },
        {
            "start": 865130472,
            "stop": 865130520
        },
        {
            "start": 865130640,
            "stop": 865130739
        },
        {
            "start": 865130742,
            "stop": 865130771
        },
        {
            "start": 865130774,
            "stop": 865130843
        },
        {
            "start": 865130848,
            "stop": 865130867
        },
        {
            "start": 865130871,
            "stop": 865130939
        },
        {
            "start": 865130942,
            "stop": 865130953
        },
        {
            "start": 865130956,
            "stop": 865131000
        },
        {
            "start": 865131120,
            "stop": 865131424
        },
        {
            "start": 865131429,
            "stop": 865131581
        },
        {
            "start": 865131586,
            "stop": 865131587
        },
        {
            "start": 865131592,
            "stop": 865131598
        },
        {
            "start": 865131840,
            "stop": 865131873
        },
        {
            "start": 865131877,
            "stop": 865132024
        },
        {
            "start": 865132027,
            "stop": 865132114
        },
        {
            "start": 865132118,
            "stop": 865132230
        },
        {
            "start": 865132234,
            "stop": 865132279
        },
        {
            "start": 865132283,
            "stop": 865132364
        },
        {
            "start": 865132368,
            "stop": 865132380
        }
    ]
}