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=868
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=869",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=867",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 868,
    "results": [
        {
            "start": 865599784,
            "stop": 865600924
        },
        {
            "start": 865601101,
            "stop": 865601821
        },
        {
            "start": 865601997,
            "stop": 865603677
        },
        {
            "start": 865603827,
            "stop": 865604067
        },
        {
            "start": 865604322,
            "stop": 865604442
        },
        {
            "start": 865604617,
            "stop": 865605217
        },
        {
            "start": 865606580,
            "stop": 865607540
        },
        {
            "start": 865607983,
            "stop": 865608103
        },
        {
            "start": 865608255,
            "stop": 865612755
        },
        {
            "start": 865613092,
            "stop": 865613872
        },
        {
            "start": 865622989,
            "stop": 865623649
        },
        {
            "start": 865623799,
            "stop": 865624669
        },
        {
            "start": 865624853,
            "stop": 865625813
        },
        {
            "start": 865626789,
            "stop": 865626849
        },
        {
            "start": 865629800,
            "stop": 865629920
        },
        {
            "start": 865631524,
            "stop": 865632844
        },
        {
            "start": 865632997,
            "stop": 865648597
        },
        {
            "start": 865648687,
            "stop": 865658347
        },
        {
            "start": 865658437,
            "stop": 865663777
        },
        {
            "start": 865664255,
            "stop": 865664915
        }
    ]
}