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=43
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=44",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=42",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 43,
    "results": [
        {
            "start": 816422908,
            "stop": 816422909
        },
        {
            "start": 816422917,
            "stop": 816422943
        },
        {
            "start": 816422950,
            "stop": 816422952
        },
        {
            "start": 816422969,
            "stop": 816422970
        },
        {
            "start": 816422973,
            "stop": 816423001
        },
        {
            "start": 816423006,
            "stop": 816423015
        },
        {
            "start": 816423019,
            "stop": 816423023
        },
        {
            "start": 816423030,
            "stop": 816423095
        },
        {
            "start": 816423100,
            "stop": 816423101
        },
        {
            "start": 816423107,
            "stop": 816423145
        },
        {
            "start": 816423152,
            "stop": 816423153
        },
        {
            "start": 816423184,
            "stop": 816423186
        },
        {
            "start": 816423198,
            "stop": 816423210
        },
        {
            "start": 816423217,
            "stop": 816423219
        },
        {
            "start": 816423224,
            "stop": 816423226
        },
        {
            "start": 816423233,
            "stop": 816423235
        },
        {
            "start": 816423242,
            "stop": 816423288
        },
        {
            "start": 816423292,
            "stop": 816423296
        },
        {
            "start": 816423301,
            "stop": 816423303
        },
        {
            "start": 816423312,
            "stop": 816423338
        }
    ]
}