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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5226",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5224",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5225,
    "results": [
        {
            "start": 969997978,
            "stop": 969998072
        },
        {
            "start": 969998075,
            "stop": 969998144
        },
        {
            "start": 969998147,
            "stop": 969998356
        },
        {
            "start": 969998359,
            "stop": 969998380
        },
        {
            "start": 969998383,
            "stop": 969998471
        },
        {
            "start": 969998474,
            "stop": 969998540
        },
        {
            "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
        }
    ]
}