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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=315",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=313",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 314,
    "results": [
        {
            "start": 935639240,
            "stop": 935640015
        },
        {
            "start": 935640195,
            "stop": 935643615
        },
        {
            "start": 935643855,
            "stop": 935646264
        },
        {
            "start": 935646267,
            "stop": 935646829
        },
        {
            "start": 935646831,
            "stop": 935647215
        },
        {
            "start": 935647395,
            "stop": 935648028
        },
        {
            "start": 935648031,
            "stop": 935648943
        },
        {
            "start": 935648946,
            "stop": 935650815
        },
        {
            "start": 935651055,
            "stop": 935652015
        },
        {
            "start": 935652018,
            "stop": 935652334
        },
        {
            "start": 935652337,
            "stop": 935652884
        },
        {
            "start": 935657326,
            "stop": 935657483
        },
        {
            "start": 935657485,
            "stop": 935657876
        },
        {
            "start": 935657880,
            "stop": 935658015
        },
        {
            "start": 935658195,
            "stop": 935659738
        },
        {
            "start": 935659755,
            "stop": 935659861
        },
        {
            "start": 935659865,
            "stop": 935660668
        },
        {
            "start": 935660728,
            "stop": 935660908
        },
        {
            "start": 935660968,
            "stop": 935661615
        },
        {
            "start": 935661795,
            "stop": 935664426
        }
    ]
}