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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=122",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=120",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 121,
    "results": [
        {
            "start": 931886931,
            "stop": 931887029
        },
        {
            "start": 931887048,
            "stop": 931887090
        },
        {
            "start": 931887092,
            "stop": 931887367
        },
        {
            "start": 931887386,
            "stop": 931887540
        },
        {
            "start": 931887543,
            "stop": 931887931
        },
        {
            "start": 931907230,
            "stop": 931907919
        },
        {
            "start": 931907925,
            "stop": 931908114
        },
        {
            "start": 931908119,
            "stop": 931908138
        },
        {
            "start": 931908258,
            "stop": 931910090
        },
        {
            "start": 931910345,
            "stop": 931910415
        },
        {
            "start": 931910809,
            "stop": 931910819
        },
        {
            "start": 931910824,
            "stop": 931911334
        },
        {
            "start": 931911336,
            "stop": 931912470
        },
        {
            "start": 931912472,
            "stop": 931913230
        },
        {
            "start": 931913290,
            "stop": 931913343
        },
        {
            "start": 931913346,
            "stop": 931913697
        },
        {
            "start": 931914606,
            "stop": 931915070
        },
        {
            "start": 931915072,
            "stop": 931915218
        },
        {
            "start": 931915221,
            "stop": 931915450
        },
        {
            "start": 931915510,
            "stop": 931915630
        }
    ]
}