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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=271",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=269",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 270,
    "results": [
        {
            "start": 820515510,
            "stop": 820515540
        },
        {
            "start": 820515600,
            "stop": 820515689
        },
        {
            "start": 820515706,
            "stop": 820515840
        },
        {
            "start": 820515900,
            "stop": 820516002
        },
        {
            "start": 820516006,
            "stop": 820516020
        },
        {
            "start": 820516140,
            "stop": 820516192
        },
        {
            "start": 820516224,
            "stop": 820516229
        },
        {
            "start": 820516232,
            "stop": 820516234
        },
        {
            "start": 820516238,
            "stop": 820516260
        },
        {
            "start": 820516320,
            "stop": 820516440
        },
        {
            "start": 820516500,
            "stop": 820516560
        },
        {
            "start": 820516680,
            "stop": 820516747
        },
        {
            "start": 820516750,
            "stop": 820516798
        },
        {
            "start": 820516801,
            "stop": 820517082
        },
        {
            "start": 820517085,
            "stop": 820517142
        },
        {
            "start": 820517145,
            "stop": 820517164
        },
        {
            "start": 820517167,
            "stop": 820517239
        },
        {
            "start": 820517242,
            "stop": 820517376
        },
        {
            "start": 820517379,
            "stop": 820517405
        },
        {
            "start": 820517409,
            "stop": 820517445
        }
    ]
}