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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=406",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=404",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 405,
    "results": [
        {
            "start": 937942520,
            "stop": 937943331
        },
        {
            "start": 938004408,
            "stop": 938008907
        },
        {
            "start": 938011265,
            "stop": 938011271
        },
        {
            "start": 938012306,
            "stop": 938016943
        },
        {
            "start": 938021663,
            "stop": 938024130
        },
        {
            "start": 938024258,
            "stop": 938026887
        },
        {
            "start": 938027196,
            "stop": 938029028
        },
        {
            "start": 938029312,
            "stop": 938030755
        },
        {
            "start": 938035980,
            "stop": 938042773
        },
        {
            "start": 938043653,
            "stop": 938046568
        },
        {
            "start": 938050369,
            "stop": 938051859
        },
        {
            "start": 938061400,
            "stop": 938064718
        },
        {
            "start": 938068286,
            "stop": 938096161
        },
        {
            "start": 938115802,
            "stop": 938124790
        },
        {
            "start": 938168989,
            "stop": 938182473
        },
        {
            "start": 938182474,
            "stop": 938182486
        },
        {
            "start": 938182487,
            "stop": 938185709
        },
        {
            "start": 938225855,
            "stop": 938226138
        },
        {
            "start": 938231454,
            "stop": 938237833
        },
        {
            "start": 938238057,
            "stop": 938247352
        }
    ]
}