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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8789",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8787",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8788,
    "results": [
        {
            "start": 873586873,
            "stop": 873587125
        },
        {
            "start": 873587142,
            "stop": 873587144
        },
        {
            "start": 873587161,
            "stop": 873587167
        },
        {
            "start": 873587203,
            "stop": 873587344
        },
        {
            "start": 873587361,
            "stop": 873591120
        },
        {
            "start": 873591376,
            "stop": 873592261
        },
        {
            "start": 873592381,
            "stop": 873592522
        },
        {
            "start": 873592642,
            "stop": 873592784
        },
        {
            "start": 873592965,
            "stop": 873593084
        },
        {
            "start": 873593101,
            "stop": 873594054
        },
        {
            "start": 873594088,
            "stop": 873595419
        },
        {
            "start": 873595436,
            "stop": 873595670
        },
        {
            "start": 873595750,
            "stop": 873597590
        },
        {
            "start": 873597716,
            "stop": 873597814
        },
        {
            "start": 873597934,
            "stop": 873598379
        },
        {
            "start": 873598418,
            "stop": 873600780
        },
        {
            "start": 873600900,
            "stop": 873603360
        },
        {
            "start": 873603420,
            "stop": 873603470
        },
        {
            "start": 873603506,
            "stop": 873603684
        },
        {
            "start": 873603804,
            "stop": 873603972
        }
    ]
}