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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2210",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2208",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2209,
    "results": [
        {
            "start": 872656250,
            "stop": 872656375
        },
        {
            "start": 872656380,
            "stop": 872656473
        },
        {
            "start": 872656479,
            "stop": 872656605
        },
        {
            "start": 872656610,
            "stop": 872656805
        },
        {
            "start": 872656811,
            "stop": 872656861
        },
        {
            "start": 872656867,
            "stop": 872657001
        },
        {
            "start": 872657007,
            "stop": 872657191
        },
        {
            "start": 872657197,
            "stop": 872657301
        },
        {
            "start": 872657306,
            "stop": 872657493
        },
        {
            "start": 872657498,
            "stop": 872657589
        },
        {
            "start": 872657594,
            "stop": 872657734
        },
        {
            "start": 872657976,
            "stop": 872657994
        },
        {
            "start": 872658000,
            "stop": 872658059
        },
        {
            "start": 872658065,
            "stop": 872658349
        },
        {
            "start": 872658355,
            "stop": 872658609
        },
        {
            "start": 872658615,
            "stop": 872667421
        },
        {
            "start": 872667440,
            "stop": 872668697
        },
        {
            "start": 872669779,
            "stop": 872669880
        },
        {
            "start": 872669899,
            "stop": 872669905
        },
        {
            "start": 872669924,
            "stop": 872670418
        }
    ]
}