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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=244",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=242",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 243,
    "results": [
        {
            "start": 1376539652,
            "stop": 1376539862
        },
        {
            "start": 1376539867,
            "stop": 1376541861
        },
        {
            "start": 1376541863,
            "stop": 1376544354
        },
        {
            "start": 1376544356,
            "stop": 1376544976
        },
        {
            "start": 1376544978,
            "stop": 1376546006
        },
        {
            "start": 1376546008,
            "stop": 1376546489
        },
        {
            "start": 1376546491,
            "stop": 1376547702
        },
        {
            "start": 1376561784,
            "stop": 1376562116
        },
        {
            "start": 1376562117,
            "stop": 1376562650
        },
        {
            "start": 1376562652,
            "stop": 1376563739
        },
        {
            "start": 1376563740,
            "stop": 1376564827
        },
        {
            "start": 1376564828,
            "stop": 1376565966
        },
        {
            "start": 1376565968,
            "stop": 1376566053
        },
        {
            "start": 1376566058,
            "stop": 1376568681
        },
        {
            "start": 1376568683,
            "stop": 1376572212
        },
        {
            "start": 1376572214,
            "stop": 1376576219
        },
        {
            "start": 1376576224,
            "stop": 1376576826
        },
        {
            "start": 1376576828,
            "stop": 1376577984
        },
        {
            "start": 1376577986,
            "stop": 1376578832
        },
        {
            "start": 1376578834,
            "stop": 1376580431
        }
    ]
}