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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=957",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=955",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 956,
    "results": [
        {
            "start": 867869482,
            "stop": 867870472
        },
        {
            "start": 867870502,
            "stop": 867871492
        },
        {
            "start": 867871612,
            "stop": 867876382
        },
        {
            "start": 867876532,
            "stop": 867876802
        },
        {
            "start": 867876977,
            "stop": 867878177
        },
        {
            "start": 867893376,
            "stop": 867895296
        },
        {
            "start": 867895510,
            "stop": 867901090
        },
        {
            "start": 867901312,
            "stop": 867907192
        },
        {
            "start": 867907413,
            "stop": 867910473
        },
        {
            "start": 867912199,
            "stop": 867914959
        },
        {
            "start": 867919121,
            "stop": 867925361
        },
        {
            "start": 867925579,
            "stop": 867926509
        },
        {
            "start": 867926659,
            "stop": 867940579
        },
        {
            "start": 867940929,
            "stop": 867940989
        },
        {
            "start": 867941276,
            "stop": 867942116
        },
        {
            "start": 867942280,
            "stop": 867949300
        },
        {
            "start": 867949521,
            "stop": 867956541
        },
        {
            "start": 867958966,
            "stop": 867963466
        },
        {
            "start": 867967560,
            "stop": 867968460
        },
        {
            "start": 867968693,
            "stop": 867970643
        }
    ]
}