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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1244",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1242",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1243,
    "results": [
        {
            "start": 957487133,
            "stop": 957487394
        },
        {
            "start": 957487396,
            "stop": 957487400
        },
        {
            "start": 957487401,
            "stop": 957487601
        },
        {
            "start": 957487603,
            "stop": 957487876
        },
        {
            "start": 957487878,
            "stop": 957488611
        },
        {
            "start": 957488612,
            "stop": 957489006
        },
        {
            "start": 957489008,
            "stop": 957489395
        },
        {
            "start": 957489397,
            "stop": 957489562
        },
        {
            "start": 957489564,
            "stop": 957490444
        },
        {
            "start": 957490446,
            "stop": 957490507
        },
        {
            "start": 957490508,
            "stop": 957490648
        },
        {
            "start": 957490650,
            "stop": 957490788
        },
        {
            "start": 957490790,
            "stop": 957490835
        },
        {
            "start": 957490837,
            "stop": 957490992
        },
        {
            "start": 957490994,
            "stop": 957491047
        },
        {
            "start": 957491049,
            "stop": 957491050
        },
        {
            "start": 957491051,
            "stop": 957492159
        },
        {
            "start": 957492161,
            "stop": 957492223
        },
        {
            "start": 957492225,
            "stop": 957492689
        },
        {
            "start": 957492691,
            "stop": 957493545
        }
    ]
}