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=918
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=919",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=917",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 918,
    "results": [
        {
            "start": 868503120,
            "stop": 868504860
        },
        {
            "start": 868505057,
            "stop": 868511357
        },
        {
            "start": 868511492,
            "stop": 868516772
        },
        {
            "start": 868518152,
            "stop": 868518452
        },
        {
            "start": 868518667,
            "stop": 868527427
        },
        {
            "start": 868529491,
            "stop": 868529701
        },
        {
            "start": 868529890,
            "stop": 868530370
        },
        {
            "start": 868533428,
            "stop": 868536758
        },
        {
            "start": 868536908,
            "stop": 868539818
        },
        {
            "start": 868539968,
            "stop": 868540148
        },
        {
            "start": 868555107,
            "stop": 868555707
        },
        {
            "start": 868555866,
            "stop": 868560186
        },
        {
            "start": 868560496,
            "stop": 868564276
        },
        {
            "start": 868564471,
            "stop": 868576891
        },
        {
            "start": 868577165,
            "stop": 868582445
        },
        {
            "start": 868582595,
            "stop": 868584185
        },
        {
            "start": 868595440,
            "stop": 868595680
        },
        {
            "start": 868595834,
            "stop": 868598114
        },
        {
            "start": 868598334,
            "stop": 868602594
        },
        {
            "start": 868605099,
            "stop": 868606299
        }
    ]
}