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_CAT1/segments?format=api&page=9909
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9910",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9908",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9909,
    "results": [
        {
            "start": 874642286,
            "stop": 874644749
        },
        {
            "start": 874644752,
            "stop": 874644756
        },
        {
            "start": 874644762,
            "stop": 874645736
        },
        {
            "start": 874645740,
            "stop": 874645786
        },
        {
            "start": 874645789,
            "stop": 874646207
        },
        {
            "start": 874646210,
            "stop": 874646215
        },
        {
            "start": 874646219,
            "stop": 874646221
        },
        {
            "start": 874646224,
            "stop": 874646617
        },
        {
            "start": 874646620,
            "stop": 874646945
        },
        {
            "start": 874646951,
            "stop": 874647099
        },
        {
            "start": 874647103,
            "stop": 874647131
        },
        {
            "start": 874647134,
            "stop": 874647293
        },
        {
            "start": 874647296,
            "stop": 874647306
        },
        {
            "start": 874647311,
            "stop": 874647314
        },
        {
            "start": 874647318,
            "stop": 874647323
        },
        {
            "start": 874647326,
            "stop": 874647333
        },
        {
            "start": 874647351,
            "stop": 874647368
        },
        {
            "start": 874647373,
            "stop": 874647379
        },
        {
            "start": 874647384,
            "stop": 874647433
        },
        {
            "start": 874647436,
            "stop": 874647437
        }
    ]
}