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=69
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=70",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=68",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 69,
    "results": [
        {
            "start": 819490773,
            "stop": 819490953
        },
        {
            "start": 819491101,
            "stop": 819491221
        },
        {
            "start": 819491681,
            "stop": 819491801
        },
        {
            "start": 819492306,
            "stop": 819492666
        },
        {
            "start": 819492852,
            "stop": 819492972
        },
        {
            "start": 819493577,
            "stop": 819493697
        },
        {
            "start": 819494093,
            "stop": 819494453
        },
        {
            "start": 819494809,
            "stop": 819494929
        },
        {
            "start": 819495789,
            "stop": 819495909
        },
        {
            "start": 819496576,
            "stop": 819496936
        },
        {
            "start": 819497199,
            "stop": 819497739
        },
        {
            "start": 819497907,
            "stop": 819498387
        },
        {
            "start": 819498746,
            "stop": 819498926
        },
        {
            "start": 819499108,
            "stop": 819499348
        },
        {
            "start": 819499525,
            "stop": 819499585
        },
        {
            "start": 819500490,
            "stop": 819500550
        },
        {
            "start": 819501077,
            "stop": 819501137
        },
        {
            "start": 819501549,
            "stop": 819501969
        },
        {
            "start": 819502135,
            "stop": 819502555
        },
        {
            "start": 819502754,
            "stop": 819503174
        }
    ]
}