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=411
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=412",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=410",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 411,
    "results": [
        {
            "start": 837994963,
            "stop": 838003843
        },
        {
            "start": 838004043,
            "stop": 838004943
        },
        {
            "start": 838006227,
            "stop": 838008207
        },
        {
            "start": 838008357,
            "stop": 838014987
        },
        {
            "start": 838015017,
            "stop": 838015077
        },
        {
            "start": 838015197,
            "stop": 838017447
        },
        {
            "start": 838019289,
            "stop": 838025409
        },
        {
            "start": 838025552,
            "stop": 838025852
        },
        {
            "start": 838026072,
            "stop": 838032492
        },
        {
            "start": 838032552,
            "stop": 838033182
        },
        {
            "start": 838033302,
            "stop": 838036032
        },
        {
            "start": 838036192,
            "stop": 838036672
        },
        {
            "start": 838037316,
            "stop": 838037496
        },
        {
            "start": 838037824,
            "stop": 838037884
        },
        {
            "start": 838044001,
            "stop": 838044721
        },
        {
            "start": 838044898,
            "stop": 838045978
        },
        {
            "start": 838046151,
            "stop": 838047351
        },
        {
            "start": 838047381,
            "stop": 838047771
        },
        {
            "start": 838048057,
            "stop": 838048177
        },
        {
            "start": 838048455,
            "stop": 838048695
        }
    ]
}