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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=77",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=75",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 76,
    "results": [
        {
            "start": 1374448010,
            "stop": 1374452871
        },
        {
            "start": 1374452876,
            "stop": 1374464108
        },
        {
            "start": 1374464113,
            "stop": 1374472570
        },
        {
            "start": 1374472573,
            "stop": 1374478560
        },
        {
            "start": 1374478563,
            "stop": 1374481256
        },
        {
            "start": 1374481261,
            "stop": 1374483059
        },
        {
            "start": 1374483064,
            "stop": 1374488050
        },
        {
            "start": 1374488055,
            "stop": 1374493099
        },
        {
            "start": 1374493104,
            "stop": 1374503580
        },
        {
            "start": 1374503583,
            "stop": 1374505707
        },
        {
            "start": 1374505712,
            "stop": 1374507821
        },
        {
            "start": 1374507899,
            "stop": 1374507997
        },
        {
            "start": 1374508002,
            "stop": 1374509697
        },
        {
            "start": 1374514217,
            "stop": 1374514364
        },
        {
            "start": 1374514369,
            "stop": 1374516439
        },
        {
            "start": 1374516443,
            "stop": 1374517621
        },
        {
            "start": 1374517626,
            "stop": 1374518371
        },
        {
            "start": 1374518376,
            "stop": 1374527847
        },
        {
            "start": 1374527850,
            "stop": 1374528267
        },
        {
            "start": 1374537329,
            "stop": 1374537492
        }
    ]
}