Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=105
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=106",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=104",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 105,
    "results": [
        {
            "start": 841077140,
            "stop": 841077202
        },
        {
            "start": 841077786,
            "stop": 841077856
        },
        {
            "start": 841079312,
            "stop": 841079894
        },
        {
            "start": 841079960,
            "stop": 841084476
        },
        {
            "start": 841089475,
            "stop": 841091181
        },
        {
            "start": 841091238,
            "stop": 841094259
        },
        {
            "start": 841099496,
            "stop": 841100910
        },
        {
            "start": 841101009,
            "stop": 841105030
        },
        {
            "start": 841105117,
            "stop": 841141963
        },
        {
            "start": 841143114,
            "stop": 841143797
        },
        {
            "start": 841145650,
            "stop": 841147845
        },
        {
            "start": 841149597,
            "stop": 841153798
        },
        {
            "start": 841154965,
            "stop": 841160087
        },
        {
            "start": 841160997,
            "stop": 841163375
        },
        {
            "start": 841164291,
            "stop": 841168705
        },
        {
            "start": 841168788,
            "stop": 841171583
        },
        {
            "start": 841177853,
            "stop": 841179062
        },
        {
            "start": 841181708,
            "stop": 841186046
        },
        {
            "start": 841187269,
            "stop": 841234369
        },
        {
            "start": 841234853,
            "stop": 841236741
        }
    ]
}