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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=203",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=201",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 202,
    "results": [
        {
            "start": 1386853083,
            "stop": 1386855584
        },
        {
            "start": 1386855589,
            "stop": 1386866823
        },
        {
            "start": 1386866828,
            "stop": 1386874532
        },
        {
            "start": 1386874537,
            "stop": 1386879384
        },
        {
            "start": 1386879389,
            "stop": 1386881892
        },
        {
            "start": 1386881897,
            "stop": 1386881961
        },
        {
            "start": 1386881966,
            "stop": 1386885125
        },
        {
            "start": 1386885130,
            "stop": 1386888501
        },
        {
            "start": 1386888506,
            "stop": 1386890731
        },
        {
            "start": 1386895011,
            "stop": 1386899476
        },
        {
            "start": 1386899481,
            "stop": 1386914561
        },
        {
            "start": 1386914566,
            "stop": 1386915140
        },
        {
            "start": 1386915145,
            "stop": 1386919287
        },
        {
            "start": 1386919292,
            "stop": 1386930797
        },
        {
            "start": 1386930802,
            "stop": 1386942421
        },
        {
            "start": 1386942426,
            "stop": 1386944066
        },
        {
            "start": 1386944071,
            "stop": 1386946539
        },
        {
            "start": 1386946544,
            "stop": 1386947331
        },
        {
            "start": 1386947336,
            "stop": 1386949651
        },
        {
            "start": 1386949656,
            "stop": 1386950968
        }
    ]
}