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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8108",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8106",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8107,
    "results": [
        {
            "start": 872686909,
            "stop": 872687363
        },
        {
            "start": 872687380,
            "stop": 872687717
        },
        {
            "start": 872687734,
            "stop": 872687739
        },
        {
            "start": 872687756,
            "stop": 872687782
        },
        {
            "start": 872687799,
            "stop": 872687805
        },
        {
            "start": 872687822,
            "stop": 872687826
        },
        {
            "start": 872687856,
            "stop": 872689627
        },
        {
            "start": 872689931,
            "stop": 872690276
        },
        {
            "start": 872690293,
            "stop": 872690337
        },
        {
            "start": 872690551,
            "stop": 872690860
        },
        {
            "start": 872690877,
            "stop": 872691227
        },
        {
            "start": 872691998,
            "stop": 872692850
        },
        {
            "start": 872692867,
            "stop": 872692877
        },
        {
            "start": 872692894,
            "stop": 872695079
        },
        {
            "start": 872695096,
            "stop": 872695178
        },
        {
            "start": 872695419,
            "stop": 872695873
        },
        {
            "start": 872695890,
            "stop": 872696928
        },
        {
            "start": 872696945,
            "stop": 872696970
        },
        {
            "start": 872699246,
            "stop": 872699257
        },
        {
            "start": 872699299,
            "stop": 872699303
        }
    ]
}