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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_STOCH_CAT1/segments?format=api&page=24",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_STOCH_CAT1/segments?format=api&page=22",
    "results_count": 2356,
    "results_per_page": 20,
    "num_pages": 118,
    "page_number": 23,
    "results": [
        {
            "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": 938185709
        },
        {
            "start": 938225855,
            "stop": 938226138
        },
        {
            "start": 938231454,
            "stop": 938237833
        },
        {
            "start": 938238057,
            "stop": 938252796
        },
        {
            "start": 938254947,
            "stop": 938259067
        },
        {
            "start": 938267235,
            "stop": 938273143
        },
        {
            "start": 938320179,
            "stop": 938325448
        },
        {
            "start": 938335283,
            "stop": 938335294
        },
        {
            "start": 938337457,
            "stop": 938337471
        },
        {
            "start": 938353157,
            "stop": 938363860
        },
        {
            "start": 938365976,
            "stop": 938373285
        },
        {
            "start": 938416945,
            "stop": 938421758
        },
        {
            "start": 938425329,
            "stop": 938426666
        }
    ]
}