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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=168",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=166",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 167,
    "results": [
        {
            "start": 931785125,
            "stop": 931785148
        },
        {
            "start": 931785154,
            "stop": 931785156
        },
        {
            "start": 931785162,
            "stop": 931785164
        },
        {
            "start": 931785170,
            "stop": 931785185
        },
        {
            "start": 931785190,
            "stop": 931785191
        },
        {
            "start": 931785197,
            "stop": 931785219
        },
        {
            "start": 931785233,
            "stop": 931785313
        },
        {
            "start": 931785324,
            "stop": 931785328
        },
        {
            "start": 931785378,
            "stop": 931785389
        },
        {
            "start": 931785397,
            "stop": 931785399
        },
        {
            "start": 931785405,
            "stop": 931785437
        },
        {
            "start": 931785443,
            "stop": 931785458
        },
        {
            "start": 931785464,
            "stop": 931785469
        },
        {
            "start": 931785480,
            "stop": 931785483
        },
        {
            "start": 931785489,
            "stop": 931785492
        },
        {
            "start": 931785498,
            "stop": 931785520
        },
        {
            "start": 931785525,
            "stop": 931785531
        },
        {
            "start": 931785556,
            "stop": 931785557
        },
        {
            "start": 931785584,
            "stop": 931785585
        },
        {
            "start": 931785591,
            "stop": 931785596
        }
    ]
}