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=893
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=894",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=892",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 893,
    "results": [
        {
            "start": 864043169,
            "stop": 864043349
        },
        {
            "start": 864043496,
            "stop": 864043976
        },
        {
            "start": 864044564,
            "stop": 864044624
        },
        {
            "start": 864045022,
            "stop": 864045202
        },
        {
            "start": 864045491,
            "stop": 864045551
        },
        {
            "start": 864046024,
            "stop": 864046144
        },
        {
            "start": 864046350,
            "stop": 864046590
        },
        {
            "start": 864046740,
            "stop": 864046800
        },
        {
            "start": 864051755,
            "stop": 864052115
        },
        {
            "start": 864052318,
            "stop": 864052648
        },
        {
            "start": 864052939,
            "stop": 864053299
        },
        {
            "start": 864053498,
            "stop": 864053618
        },
        {
            "start": 864060256,
            "stop": 864060316
        },
        {
            "start": 864060833,
            "stop": 864061013
        },
        {
            "start": 864061323,
            "stop": 864061863
        },
        {
            "start": 864062037,
            "stop": 864062577
        },
        {
            "start": 864062923,
            "stop": 864062983
        },
        {
            "start": 864063145,
            "stop": 864063325
        },
        {
            "start": 864063489,
            "stop": 864063549
        },
        {
            "start": 864063900,
            "stop": 864064080
        }
    ]
}