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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=135",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=133",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 134,
    "results": [
        {
            "start": 932083649,
            "stop": 932084232
        },
        {
            "start": 932084236,
            "stop": 932084579
        },
        {
            "start": 932084581,
            "stop": 932084608
        },
        {
            "start": 932084611,
            "stop": 932084624
        },
        {
            "start": 932084626,
            "stop": 932084651
        },
        {
            "start": 932084653,
            "stop": 932085116
        },
        {
            "start": 932085118,
            "stop": 932085161
        },
        {
            "start": 932085163,
            "stop": 932085434
        },
        {
            "start": 932085554,
            "stop": 932086722
        },
        {
            "start": 932086726,
            "stop": 932086815
        },
        {
            "start": 932087175,
            "stop": 932087546
        },
        {
            "start": 932087549,
            "stop": 932088202
        },
        {
            "start": 932088205,
            "stop": 932088446
        },
        {
            "start": 932088450,
            "stop": 932088970
        },
        {
            "start": 932089090,
            "stop": 932089632
        },
        {
            "start": 932089634,
            "stop": 932090277
        },
        {
            "start": 932090279,
            "stop": 932090415
        },
        {
            "start": 932094430,
            "stop": 932095471
        },
        {
            "start": 932095591,
            "stop": 932095750
        },
        {
            "start": 932095810,
            "stop": 932097615
        }
    ]
}