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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=129",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=127",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 128,
    "results": [
        {
            "start": 1239537336,
            "stop": 1239537858
        },
        {
            "start": 1239537860,
            "stop": 1239540608
        },
        {
            "start": 1239540611,
            "stop": 1239542328
        },
        {
            "start": 1239542331,
            "stop": 1239542939
        },
        {
            "start": 1239542942,
            "stop": 1239544160
        },
        {
            "start": 1239544163,
            "stop": 1239544919
        },
        {
            "start": 1239544922,
            "stop": 1239547032
        },
        {
            "start": 1239547034,
            "stop": 1239547284
        },
        {
            "start": 1239547287,
            "stop": 1239547557
        },
        {
            "start": 1239547558,
            "stop": 1239547875
        },
        {
            "start": 1239547878,
            "stop": 1239549429
        },
        {
            "start": 1239549432,
            "stop": 1239549673
        },
        {
            "start": 1239549676,
            "stop": 1239549694
        },
        {
            "start": 1239549697,
            "stop": 1239550306
        },
        {
            "start": 1239550309,
            "stop": 1239550682
        },
        {
            "start": 1239550684,
            "stop": 1239551039
        },
        {
            "start": 1239551042,
            "stop": 1239551172
        },
        {
            "start": 1239551175,
            "stop": 1239553011
        },
        {
            "start": 1239553012,
            "stop": 1239553013
        },
        {
            "start": 1239553014,
            "stop": 1239553363
        }
    ]
}