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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=95",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=93",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 94,
    "results": [
        {
            "start": 955919284,
            "stop": 955934442
        },
        {
            "start": 955934640,
            "stop": 955966503
        },
        {
            "start": 955966804,
            "stop": 955971604
        },
        {
            "start": 955974534,
            "stop": 955980875
        },
        {
            "start": 955984904,
            "stop": 955987488
        },
        {
            "start": 955988698,
            "stop": 956000055
        },
        {
            "start": 956001729,
            "stop": 956006072
        },
        {
            "start": 956006612,
            "stop": 956057370
        },
        {
            "start": 956060793,
            "stop": 956063725
        },
        {
            "start": 956065660,
            "stop": 956068754
        },
        {
            "start": 956070077,
            "stop": 956084030
        },
        {
            "start": 956088341,
            "stop": 956093947
        },
        {
            "start": 956095157,
            "stop": 956096443
        },
        {
            "start": 956099298,
            "stop": 956106890
        },
        {
            "start": 956109662,
            "stop": 956113576
        },
        {
            "start": 956114049,
            "stop": 956119514
        },
        {
            "start": 956121589,
            "stop": 956126161
        },
        {
            "start": 956126163,
            "stop": 956133059
        },
        {
            "start": 956135981,
            "stop": 956143493
        },
        {
            "start": 956145411,
            "stop": 956150025
        }
    ]
}