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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16571",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16569",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16570,
    "results": [
        {
            "start": 874688731,
            "stop": 874688763
        },
        {
            "start": 874688764,
            "stop": 874688862
        },
        {
            "start": 874688863,
            "stop": 874688901
        },
        {
            "start": 874688902,
            "stop": 874688927
        },
        {
            "start": 874688928,
            "stop": 874688987
        },
        {
            "start": 874688989,
            "stop": 874689039
        },
        {
            "start": 874689043,
            "stop": 874689100
        },
        {
            "start": 874689102,
            "stop": 874689122
        },
        {
            "start": 874689123,
            "stop": 874689226
        },
        {
            "start": 874689227,
            "stop": 874689424
        },
        {
            "start": 874689426,
            "stop": 874689505
        },
        {
            "start": 874689507,
            "stop": 874689547
        },
        {
            "start": 874689548,
            "stop": 874689574
        },
        {
            "start": 874689576,
            "stop": 874689585
        },
        {
            "start": 874689586,
            "stop": 874689730
        },
        {
            "start": 874689731,
            "stop": 874689749
        },
        {
            "start": 874689750,
            "stop": 874689792
        },
        {
            "start": 874689793,
            "stop": 874689862
        },
        {
            "start": 874689864,
            "stop": 874689894
        },
        {
            "start": 874689895,
            "stop": 874689938
        }
    ]
}