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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=67",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=65",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 66,
    "results": [
        {
            "start": 816469128,
            "stop": 816469132
        },
        {
            "start": 816469136,
            "stop": 816469139
        },
        {
            "start": 816469145,
            "stop": 816469146
        },
        {
            "start": 816469151,
            "stop": 816469331
        },
        {
            "start": 816469336,
            "stop": 816469615
        },
        {
            "start": 816469619,
            "stop": 816469624
        },
        {
            "start": 816469627,
            "stop": 816469629
        },
        {
            "start": 816469635,
            "stop": 816469636
        },
        {
            "start": 816469642,
            "stop": 816469874
        },
        {
            "start": 816469880,
            "stop": 816469947
        },
        {
            "start": 816469951,
            "stop": 816469952
        },
        {
            "start": 816469960,
            "stop": 816469962
        },
        {
            "start": 816469967,
            "stop": 816469968
        },
        {
            "start": 816469976,
            "stop": 816469978
        },
        {
            "start": 816469984,
            "stop": 816469995
        },
        {
            "start": 816469998,
            "stop": 816470014
        },
        {
            "start": 816470019,
            "stop": 816470265
        },
        {
            "start": 816470270,
            "stop": 816470273
        },
        {
            "start": 816470302,
            "stop": 816470303
        },
        {
            "start": 816470310,
            "stop": 816470538
        }
    ]
}