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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=5",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=3",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 4,
    "results": [
        {
            "start": 816421318,
            "stop": 816421378
        },
        {
            "start": 816421556,
            "stop": 816421976
        },
        {
            "start": 816422352,
            "stop": 816422412
        },
        {
            "start": 816423660,
            "stop": 816423720
        },
        {
            "start": 816424292,
            "stop": 816424412
        },
        {
            "start": 816424673,
            "stop": 816424853
        },
        {
            "start": 816425080,
            "stop": 816425320
        },
        {
            "start": 816425477,
            "stop": 816425957
        },
        {
            "start": 816426259,
            "stop": 816426859
        },
        {
            "start": 816427080,
            "stop": 816427200
        },
        {
            "start": 816427789,
            "stop": 816427849
        },
        {
            "start": 816428009,
            "stop": 816428069
        },
        {
            "start": 816428257,
            "stop": 816428557
        },
        {
            "start": 816428733,
            "stop": 816428913
        },
        {
            "start": 816429062,
            "stop": 816429242
        },
        {
            "start": 816429397,
            "stop": 816429457
        },
        {
            "start": 816429632,
            "stop": 816430232
        },
        {
            "start": 816430534,
            "stop": 816430714
        },
        {
            "start": 816432215,
            "stop": 816432335
        },
        {
            "start": 816433027,
            "stop": 816433207
        }
    ]
}