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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4720",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4718",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4719,
    "results": [
        {
            "start": 969998543,
            "stop": 969998678
        },
        {
            "start": 969998681,
            "stop": 969998772
        },
        {
            "start": 969998775,
            "stop": 969998788
        },
        {
            "start": 969998791,
            "stop": 969998946
        },
        {
            "start": 969998950,
            "stop": 969999037
        },
        {
            "start": 969999040,
            "stop": 969999165
        },
        {
            "start": 969999168,
            "stop": 969999385
        },
        {
            "start": 969999391,
            "stop": 969999436
        },
        {
            "start": 969999439,
            "stop": 969999581
        },
        {
            "start": 969999584,
            "stop": 969999707
        },
        {
            "start": 969999710,
            "stop": 969999727
        },
        {
            "start": 969999730,
            "stop": 969999846
        },
        {
            "start": 969999849,
            "stop": 969999998
        },
        {
            "start": 970000002,
            "stop": 970000141
        },
        {
            "start": 970000144,
            "stop": 970000182
        },
        {
            "start": 970000185,
            "stop": 970000287
        },
        {
            "start": 970000290,
            "stop": 970000584
        },
        {
            "start": 970000587,
            "stop": 970000612
        },
        {
            "start": 970000615,
            "stop": 970000623
        },
        {
            "start": 970000626,
            "stop": 970000671
        }
    ]
}