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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=117",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=115",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 116,
    "results": [
        {
            "start": 931771948,
            "stop": 931771977
        },
        {
            "start": 931771995,
            "stop": 931772371
        },
        {
            "start": 931772389,
            "stop": 931772513
        },
        {
            "start": 931772530,
            "stop": 931772583
        },
        {
            "start": 931772618,
            "stop": 931772619
        },
        {
            "start": 931772637,
            "stop": 931772687
        },
        {
            "start": 931772718,
            "stop": 931772831
        },
        {
            "start": 931772849,
            "stop": 931772916
        },
        {
            "start": 931772934,
            "stop": 931773151
        },
        {
            "start": 931773169,
            "stop": 931773210
        },
        {
            "start": 931773256,
            "stop": 931773285
        },
        {
            "start": 931773305,
            "stop": 931773309
        },
        {
            "start": 931773327,
            "stop": 931773333
        },
        {
            "start": 931773363,
            "stop": 931773380
        },
        {
            "start": 931773398,
            "stop": 931773419
        },
        {
            "start": 931773436,
            "stop": 931773611
        },
        {
            "start": 931773975,
            "stop": 931773976
        },
        {
            "start": 931774017,
            "stop": 931774030
        },
        {
            "start": 931774053,
            "stop": 931774071
        },
        {
            "start": 931774074,
            "stop": 931774126
        }
    ]
}