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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=212",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=210",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 211,
    "results": [
        {
            "start": 841099496,
            "stop": 841100910
        },
        {
            "start": 841101009,
            "stop": 841105030
        },
        {
            "start": 841105117,
            "stop": 841141933
        },
        {
            "start": 841143114,
            "stop": 841143767
        },
        {
            "start": 841145650,
            "stop": 841147813
        },
        {
            "start": 841149597,
            "stop": 841153753
        },
        {
            "start": 841154965,
            "stop": 841160053
        },
        {
            "start": 841160997,
            "stop": 841163345
        },
        {
            "start": 841164291,
            "stop": 841168693
        },
        {
            "start": 841168704,
            "stop": 841168705
        },
        {
            "start": 841168788,
            "stop": 841171553
        },
        {
            "start": 841177853,
            "stop": 841179013
        },
        {
            "start": 841181708,
            "stop": 841186046
        },
        {
            "start": 841187269,
            "stop": 841234369
        },
        {
            "start": 841234853,
            "stop": 841236712
        },
        {
            "start": 841237642,
            "stop": 841245133
        },
        {
            "start": 841245461,
            "stop": 841262293
        },
        {
            "start": 841263435,
            "stop": 841305671
        },
        {
            "start": 841307432,
            "stop": 841342867
        },
        {
            "start": 841344032,
            "stop": 841376526
        }
    ]
}