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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=180",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=178",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 179,
    "results": [
        {
            "start": 820373426,
            "stop": 820373522
        },
        {
            "start": 820373525,
            "stop": 820373784
        },
        {
            "start": 820373787,
            "stop": 820373821
        },
        {
            "start": 820373838,
            "stop": 820373873
        },
        {
            "start": 820373876,
            "stop": 820374154
        },
        {
            "start": 820374171,
            "stop": 820374589
        },
        {
            "start": 820374606,
            "stop": 820374673
        },
        {
            "start": 820374690,
            "stop": 820374775
        },
        {
            "start": 820374792,
            "stop": 820375111
        },
        {
            "start": 820375130,
            "stop": 820375422
        },
        {
            "start": 820375426,
            "stop": 820375739
        },
        {
            "start": 820375756,
            "stop": 820376300
        },
        {
            "start": 820376317,
            "stop": 820376653
        },
        {
            "start": 820376670,
            "stop": 820377001
        },
        {
            "start": 820377018,
            "stop": 820377069
        },
        {
            "start": 820377072,
            "stop": 820377163
        },
        {
            "start": 820377166,
            "stop": 820377325
        },
        {
            "start": 820377328,
            "stop": 820377431
        },
        {
            "start": 820377448,
            "stop": 820377479
        },
        {
            "start": 820377496,
            "stop": 820378155
        }
    ]
}