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=168
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=169",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=167",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 168,
    "results": [
        {
            "start": 824616036,
            "stop": 824618376
        },
        {
            "start": 824621321,
            "stop": 824628521
        },
        {
            "start": 824628688,
            "stop": 824629048
        },
        {
            "start": 824629420,
            "stop": 824629660
        },
        {
            "start": 824630139,
            "stop": 824631339
        },
        {
            "start": 824675817,
            "stop": 824675877
        },
        {
            "start": 824681455,
            "stop": 824681515
        },
        {
            "start": 824703074,
            "stop": 824703254
        },
        {
            "start": 824703483,
            "stop": 824703663
        },
        {
            "start": 824703813,
            "stop": 824704233
        },
        {
            "start": 824704632,
            "stop": 824704692
        },
        {
            "start": 824709767,
            "stop": 824709887
        },
        {
            "start": 824710048,
            "stop": 824710108
        },
        {
            "start": 824710280,
            "stop": 824710760
        },
        {
            "start": 824711043,
            "stop": 824711103
        },
        {
            "start": 824711307,
            "stop": 824711607
        },
        {
            "start": 824711750,
            "stop": 824712830
        },
        {
            "start": 824712999,
            "stop": 824714379
        },
        {
            "start": 824714532,
            "stop": 824716092
        },
        {
            "start": 824716299,
            "stop": 824716839
        }
    ]
}