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=10179
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=10180",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10178",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10179,
    "results": [
        {
            "start": 873821699,
            "stop": 873821822
        },
        {
            "start": 873821833,
            "stop": 873821887
        },
        {
            "start": 873825436,
            "stop": 873825440
        },
        {
            "start": 873825490,
            "stop": 873825504
        },
        {
            "start": 873825538,
            "stop": 873825839
        },
        {
            "start": 873825855,
            "stop": 873825877
        },
        {
            "start": 873825884,
            "stop": 873825922
        },
        {
            "start": 873825929,
            "stop": 873825983
        },
        {
            "start": 873825997,
            "stop": 873826133
        },
        {
            "start": 873826200,
            "stop": 873826279
        },
        {
            "start": 873826315,
            "stop": 873826382
        },
        {
            "start": 873826451,
            "stop": 873826500
        },
        {
            "start": 873826560,
            "stop": 873826594
        },
        {
            "start": 873826610,
            "stop": 873826696
        },
        {
            "start": 873826718,
            "stop": 873826791
        },
        {
            "start": 873826799,
            "stop": 873826823
        },
        {
            "start": 873826831,
            "stop": 873826950
        },
        {
            "start": 873826967,
            "stop": 873827201
        },
        {
            "start": 873827209,
            "stop": 873827231
        },
        {
            "start": 873827239,
            "stop": 873827280
        }
    ]
}