Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1826
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1827",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1825",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1826,
    "results": [
        {
            "start": 963160390,
            "stop": 963160948
        },
        {
            "start": 963160949,
            "stop": 963161223
        },
        {
            "start": 963163842,
            "stop": 963163870
        },
        {
            "start": 963163898,
            "stop": 963165110
        },
        {
            "start": 963168984,
            "stop": 963170353
        },
        {
            "start": 963175213,
            "stop": 963179508
        },
        {
            "start": 963180628,
            "stop": 963184769
        },
        {
            "start": 963189245,
            "stop": 963189271
        },
        {
            "start": 963189273,
            "stop": 963189274
        },
        {
            "start": 963189276,
            "stop": 963189308
        },
        {
            "start": 963189310,
            "stop": 963189346
        },
        {
            "start": 963189348,
            "stop": 963191963
        },
        {
            "start": 963191964,
            "stop": 963195653
        },
        {
            "start": 963206222,
            "stop": 963207009
        },
        {
            "start": 963207010,
            "stop": 963212538
        },
        {
            "start": 963212539,
            "stop": 963216413
        },
        {
            "start": 963219293,
            "stop": 963226347
        },
        {
            "start": 963228893,
            "stop": 963229645
        },
        {
            "start": 963232467,
            "stop": 963232526
        },
        {
            "start": 963233965,
            "stop": 963235475
        }
    ]
}