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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=123",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=121",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 122,
    "results": [
        {
            "start": 818066851,
            "stop": 818068097
        },
        {
            "start": 818069674,
            "stop": 818073835
        },
        {
            "start": 818073852,
            "stop": 818076823
        },
        {
            "start": 818077734,
            "stop": 818082554
        },
        {
            "start": 818082555,
            "stop": 818083203
        },
        {
            "start": 818083207,
            "stop": 818085276
        },
        {
            "start": 818085277,
            "stop": 818093471
        },
        {
            "start": 818093871,
            "stop": 818095877
        },
        {
            "start": 818096391,
            "stop": 818096976
        },
        {
            "start": 818097433,
            "stop": 818102857
        },
        {
            "start": 818102874,
            "stop": 818102888
        },
        {
            "start": 818102891,
            "stop": 818107708
        },
        {
            "start": 818107725,
            "stop": 818111301
        },
        {
            "start": 818111302,
            "stop": 818111426
        },
        {
            "start": 818111443,
            "stop": 818111467
        },
        {
            "start": 818111484,
            "stop": 818112467
        },
        {
            "start": 818120231,
            "stop": 818120279
        },
        {
            "start": 818120316,
            "stop": 818121071
        },
        {
            "start": 818121075,
            "stop": 818144802
        },
        {
            "start": 818145398,
            "stop": 818147134
        }
    ]
}