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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=382",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=380",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 381,
    "results": [
        {
            "start": 1180470610,
            "stop": 1180472521
        },
        {
            "start": 1180472525,
            "stop": 1180472526
        },
        {
            "start": 1180472529,
            "stop": 1180472537
        },
        {
            "start": 1180472541,
            "stop": 1180476896
        },
        {
            "start": 1180494477,
            "stop": 1180494533
        },
        {
            "start": 1180494537,
            "stop": 1180496453
        },
        {
            "start": 1180496457,
            "stop": 1180499824
        },
        {
            "start": 1180499828,
            "stop": 1180502610
        },
        {
            "start": 1180502614,
            "stop": 1180503296
        },
        {
            "start": 1180503300,
            "stop": 1180534856
        },
        {
            "start": 1180540157,
            "stop": 1180540556
        },
        {
            "start": 1180540559,
            "stop": 1180546118
        },
        {
            "start": 1180546121,
            "stop": 1180546128
        },
        {
            "start": 1180546132,
            "stop": 1180546225
        },
        {
            "start": 1180546230,
            "stop": 1180546239
        },
        {
            "start": 1180546242,
            "stop": 1180546614
        },
        {
            "start": 1180546619,
            "stop": 1180546625
        },
        {
            "start": 1180546630,
            "stop": 1180546637
        },
        {
            "start": 1180546643,
            "stop": 1180546647
        },
        {
            "start": 1180546654,
            "stop": 1180547173
        }
    ]
}