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=989
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=990",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=988",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 989,
    "results": [
        {
            "start": 870401415,
            "stop": 870401805
        },
        {
            "start": 870401955,
            "stop": 870403245
        },
        {
            "start": 870404925,
            "stop": 870405705
        },
        {
            "start": 870405932,
            "stop": 870405992
        },
        {
            "start": 870406022,
            "stop": 870406532
        },
        {
            "start": 870407095,
            "stop": 870407395
        },
        {
            "start": 870407545,
            "stop": 870419275
        },
        {
            "start": 870419498,
            "stop": 870420818
        },
        {
            "start": 870420976,
            "stop": 870421036
        },
        {
            "start": 870422182,
            "stop": 870428122
        },
        {
            "start": 870428334,
            "stop": 870435054
        },
        {
            "start": 870437247,
            "stop": 870437307
        },
        {
            "start": 870437502,
            "stop": 870437622
        },
        {
            "start": 870437774,
            "stop": 870440294
        },
        {
            "start": 870444440,
            "stop": 870444680
        },
        {
            "start": 870444933,
            "stop": 870445353
        },
        {
            "start": 870446904,
            "stop": 870449124
        },
        {
            "start": 870449274,
            "stop": 870449334
        },
        {
            "start": 870449514,
            "stop": 870449604
        },
        {
            "start": 870449634,
            "stop": 870450384
        }
    ]
}