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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=132",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=130",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 131,
    "results": [
        {
            "start": 818294381,
            "stop": 818296048
        },
        {
            "start": 818296369,
            "stop": 818297515
        },
        {
            "start": 818297523,
            "stop": 818301908
        },
        {
            "start": 818301942,
            "stop": 818302164
        },
        {
            "start": 818302218,
            "stop": 818312674
        },
        {
            "start": 818317449,
            "stop": 818318892
        },
        {
            "start": 818322137,
            "stop": 818324116
        },
        {
            "start": 818325301,
            "stop": 818326363
        },
        {
            "start": 818327574,
            "stop": 818328441
        },
        {
            "start": 818333533,
            "stop": 818334212
        },
        {
            "start": 818334220,
            "stop": 818334244
        },
        {
            "start": 818334259,
            "stop": 818334261
        },
        {
            "start": 818334282,
            "stop": 818334297
        },
        {
            "start": 818339221,
            "stop": 818339223
        },
        {
            "start": 818339231,
            "stop": 818339234
        },
        {
            "start": 818339242,
            "stop": 818339246
        },
        {
            "start": 818339254,
            "stop": 818339417
        },
        {
            "start": 818339425,
            "stop": 818339453
        },
        {
            "start": 818339461,
            "stop": 818339533
        },
        {
            "start": 818339541,
            "stop": 818339622
        }
    ]
}