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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6034",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6032",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6033,
    "results": [
        {
            "start": 873672293,
            "stop": 873672309
        },
        {
            "start": 873672310,
            "stop": 873672330
        },
        {
            "start": 873672378,
            "stop": 873672385
        },
        {
            "start": 873672386,
            "stop": 873672423
        },
        {
            "start": 873672425,
            "stop": 873672430
        },
        {
            "start": 873672431,
            "stop": 873672462
        },
        {
            "start": 873672463,
            "stop": 873672555
        },
        {
            "start": 873672556,
            "stop": 873672581
        },
        {
            "start": 873672583,
            "stop": 873672593
        },
        {
            "start": 873672596,
            "stop": 873672633
        },
        {
            "start": 873672635,
            "stop": 873672668
        },
        {
            "start": 873672669,
            "stop": 873672679
        },
        {
            "start": 873672680,
            "stop": 873672721
        },
        {
            "start": 873672723,
            "stop": 873672749
        },
        {
            "start": 873672751,
            "stop": 873672772
        },
        {
            "start": 873672773,
            "stop": 873672811
        },
        {
            "start": 873672813,
            "stop": 873672843
        },
        {
            "start": 873672844,
            "stop": 873672950
        },
        {
            "start": 873672951,
            "stop": 873672978
        },
        {
            "start": 873672979,
            "stop": 873673004
        }
    ]
}