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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=412",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=410",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 411,
    "results": [
        {
            "start": 868917930,
            "stop": 868919078
        },
        {
            "start": 868921268,
            "stop": 868928733
        },
        {
            "start": 868946045,
            "stop": 868958777
        },
        {
            "start": 868958795,
            "stop": 868970762
        },
        {
            "start": 868970803,
            "stop": 868974297
        },
        {
            "start": 868974318,
            "stop": 868974329
        },
        {
            "start": 868974351,
            "stop": 868981062
        },
        {
            "start": 868981083,
            "stop": 868982880
        },
        {
            "start": 868982948,
            "stop": 868985085
        },
        {
            "start": 868985104,
            "stop": 868987950
        },
        {
            "start": 868988100,
            "stop": 868989324
        },
        {
            "start": 868989624,
            "stop": 868989952
        },
        {
            "start": 868989973,
            "stop": 868990764
        },
        {
            "start": 868990786,
            "stop": 868999027
        },
        {
            "start": 868999048,
            "stop": 868999219
        },
        {
            "start": 868999263,
            "stop": 868999269
        },
        {
            "start": 868999291,
            "stop": 869000122
        },
        {
            "start": 869000158,
            "stop": 869000184
        },
        {
            "start": 869000208,
            "stop": 869000257
        },
        {
            "start": 869000278,
            "stop": 869005198
        }
    ]
}