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=69
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=70",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=68",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 69,
    "results": [
        {
            "start": 816472918,
            "stop": 816472922
        },
        {
            "start": 816472930,
            "stop": 816472932
        },
        {
            "start": 816472945,
            "stop": 816472947
        },
        {
            "start": 816472953,
            "stop": 816472956
        },
        {
            "start": 816472961,
            "stop": 816473504
        },
        {
            "start": 816473508,
            "stop": 816473512
        },
        {
            "start": 816473517,
            "stop": 816473607
        },
        {
            "start": 816473611,
            "stop": 816473698
        },
        {
            "start": 816474328,
            "stop": 816474524
        },
        {
            "start": 816474527,
            "stop": 816474530
        },
        {
            "start": 816474534,
            "stop": 816474703
        },
        {
            "start": 816474710,
            "stop": 816474726
        },
        {
            "start": 816474732,
            "stop": 816474734
        },
        {
            "start": 816474737,
            "stop": 816474740
        },
        {
            "start": 816474746,
            "stop": 816474885
        },
        {
            "start": 816474890,
            "stop": 816474899
        },
        {
            "start": 816474906,
            "stop": 816474907
        },
        {
            "start": 816474914,
            "stop": 816474917
        },
        {
            "start": 816474920,
            "stop": 816475070
        },
        {
            "start": 816475073,
            "stop": 816475079
        }
    ]
}