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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9896",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9894",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9895,
    "results": [
        {
            "start": 870882506,
            "stop": 870882641
        },
        {
            "start": 870882664,
            "stop": 870882677
        },
        {
            "start": 870882711,
            "stop": 870882742
        },
        {
            "start": 870882797,
            "stop": 870882900
        },
        {
            "start": 870882960,
            "stop": 870882986
        },
        {
            "start": 870882993,
            "stop": 870883020
        },
        {
            "start": 870883080,
            "stop": 870883116
        },
        {
            "start": 870883207,
            "stop": 870883242
        },
        {
            "start": 870883380,
            "stop": 870883393
        },
        {
            "start": 870883408,
            "stop": 870883441
        },
        {
            "start": 870883448,
            "stop": 870883457
        },
        {
            "start": 870883465,
            "stop": 870883472
        },
        {
            "start": 870883480,
            "stop": 870883504
        },
        {
            "start": 870883551,
            "stop": 870883569
        },
        {
            "start": 870883577,
            "stop": 870883584
        },
        {
            "start": 870883593,
            "stop": 870883620
        },
        {
            "start": 870883680,
            "stop": 870883704
        },
        {
            "start": 870883743,
            "stop": 870883768
        },
        {
            "start": 870883775,
            "stop": 870883872
        },
        {
            "start": 870883919,
            "stop": 870883980
        }
    ]
}