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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=167",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=165",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 166,
    "results": [
        {
            "start": 819303153,
            "stop": 819303235
        },
        {
            "start": 819303242,
            "stop": 819303314
        },
        {
            "start": 819303322,
            "stop": 819303555
        },
        {
            "start": 819303566,
            "stop": 819303682
        },
        {
            "start": 819303693,
            "stop": 819303784
        },
        {
            "start": 819304598,
            "stop": 819305043
        },
        {
            "start": 819305054,
            "stop": 819305397
        },
        {
            "start": 819305426,
            "stop": 819305771
        },
        {
            "start": 819305778,
            "stop": 819306067
        },
        {
            "start": 819306074,
            "stop": 819306222
        },
        {
            "start": 819306230,
            "stop": 819306533
        },
        {
            "start": 819306549,
            "stop": 819306812
        },
        {
            "start": 819306824,
            "stop": 819306921
        },
        {
            "start": 819306928,
            "stop": 819306933
        },
        {
            "start": 819306940,
            "stop": 819306941
        },
        {
            "start": 819306952,
            "stop": 819307266
        },
        {
            "start": 819307277,
            "stop": 819307587
        },
        {
            "start": 819307599,
            "stop": 819307683
        },
        {
            "start": 819307767,
            "stop": 819307768
        },
        {
            "start": 819307813,
            "stop": 819307912
        }
    ]
}