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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=281",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=279",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 280,
    "results": [
        {
            "start": 1377241855,
            "stop": 1377242071
        },
        {
            "start": 1377242073,
            "stop": 1377243749
        },
        {
            "start": 1377243751,
            "stop": 1377244274
        },
        {
            "start": 1377244276,
            "stop": 1377244563
        },
        {
            "start": 1377244565,
            "stop": 1377245232
        },
        {
            "start": 1377245237,
            "stop": 1377245697
        },
        {
            "start": 1377245699,
            "stop": 1377245831
        },
        {
            "start": 1377245832,
            "stop": 1377245943
        },
        {
            "start": 1377245948,
            "stop": 1377246349
        },
        {
            "start": 1377246350,
            "stop": 1377247002
        },
        {
            "start": 1377247004,
            "stop": 1377247317
        },
        {
            "start": 1377247318,
            "stop": 1377247454
        },
        {
            "start": 1377247457,
            "stop": 1377247714
        },
        {
            "start": 1377247715,
            "stop": 1377248335
        },
        {
            "start": 1377248337,
            "stop": 1377249468
        },
        {
            "start": 1377249470,
            "stop": 1377250286
        },
        {
            "start": 1377250288,
            "stop": 1377252208
        },
        {
            "start": 1377252210,
            "stop": 1377252331
        },
        {
            "start": 1377252332,
            "stop": 1377253864
        },
        {
            "start": 1377253866,
            "stop": 1377254861
        }
    ]
}