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=67
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=68",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=66",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 67,
    "results": [
        {
            "start": 816470542,
            "stop": 816470546
        },
        {
            "start": 816470550,
            "stop": 816470554
        },
        {
            "start": 816470559,
            "stop": 816470569
        },
        {
            "start": 816470578,
            "stop": 816470646
        },
        {
            "start": 816470649,
            "stop": 816470803
        },
        {
            "start": 816470806,
            "stop": 816470867
        },
        {
            "start": 816470874,
            "stop": 816470891
        },
        {
            "start": 816470894,
            "stop": 816470962
        },
        {
            "start": 816470967,
            "stop": 816470978
        },
        {
            "start": 816470982,
            "stop": 816470994
        },
        {
            "start": 816471000,
            "stop": 816471086
        },
        {
            "start": 816471089,
            "stop": 816471093
        },
        {
            "start": 816471098,
            "stop": 816471110
        },
        {
            "start": 816471115,
            "stop": 816471118
        },
        {
            "start": 816471122,
            "stop": 816471355
        },
        {
            "start": 816471360,
            "stop": 816471363
        },
        {
            "start": 816471369,
            "stop": 816471408
        },
        {
            "start": 816471413,
            "stop": 816471538
        },
        {
            "start": 816471544,
            "stop": 816471801
        },
        {
            "start": 816471807,
            "stop": 816471825
        }
    ]
}