Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=889
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_H2L1/segments?format=api&page=890",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=888",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 889,
    "results": [
        {
            "start": 866457837,
            "stop": 866458407
        },
        {
            "start": 866459007,
            "stop": 866459607
        },
        {
            "start": 866459757,
            "stop": 866460207
        },
        {
            "start": 866460357,
            "stop": 866460867
        },
        {
            "start": 866461017,
            "stop": 866461617
        },
        {
            "start": 866462007,
            "stop": 866462097
        },
        {
            "start": 866462127,
            "stop": 866462427
        },
        {
            "start": 866465942,
            "stop": 866466932
        },
        {
            "start": 866467082,
            "stop": 866467142
        },
        {
            "start": 866467292,
            "stop": 866469002
        },
        {
            "start": 866469149,
            "stop": 866469239
        },
        {
            "start": 866469269,
            "stop": 866469329
        },
        {
            "start": 866469629,
            "stop": 866469689
        },
        {
            "start": 866469839,
            "stop": 866470469
        },
        {
            "start": 866470607,
            "stop": 866471327
        },
        {
            "start": 866471915,
            "stop": 866472575
        },
        {
            "start": 866472883,
            "stop": 866474113
        },
        {
            "start": 866474293,
            "stop": 866474353
        },
        {
            "start": 866474443,
            "stop": 866474503
        },
        {
            "start": 866474563,
            "stop": 866476483
        }
    ]
}