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=10132
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=10133",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10131",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10132,
    "results": [
        {
            "start": 873587754,
            "stop": 873588131
        },
        {
            "start": 873588251,
            "stop": 873588454
        },
        {
            "start": 873588462,
            "stop": 873588624
        },
        {
            "start": 873588641,
            "stop": 873588780
        },
        {
            "start": 873588788,
            "stop": 873591107
        },
        {
            "start": 873591124,
            "stop": 873591626
        },
        {
            "start": 873591633,
            "stop": 873591806
        },
        {
            "start": 873591823,
            "stop": 873592457
        },
        {
            "start": 873592474,
            "stop": 873592905
        },
        {
            "start": 873592922,
            "stop": 873593307
        },
        {
            "start": 873593324,
            "stop": 873595540
        },
        {
            "start": 873595548,
            "stop": 873597081
        },
        {
            "start": 873597117,
            "stop": 873597140
        },
        {
            "start": 873597176,
            "stop": 873597256
        },
        {
            "start": 873597306,
            "stop": 873597318
        },
        {
            "start": 873597354,
            "stop": 873597496
        },
        {
            "start": 873597532,
            "stop": 873597838
        },
        {
            "start": 873597907,
            "stop": 873597948
        },
        {
            "start": 873597989,
            "stop": 873599033
        },
        {
            "start": 873599040,
            "stop": 873600125
        }
    ]
}