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=2158
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=2159",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2157",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2158,
    "results": [
        {
            "start": 872372767,
            "stop": 872372776
        },
        {
            "start": 872373244,
            "stop": 872373310
        },
        {
            "start": 872373335,
            "stop": 872373393
        },
        {
            "start": 872373421,
            "stop": 872373453
        },
        {
            "start": 872373470,
            "stop": 872373539
        },
        {
            "start": 872373564,
            "stop": 872373703
        },
        {
            "start": 872373725,
            "stop": 872373819
        },
        {
            "start": 872373836,
            "stop": 872374200
        },
        {
            "start": 872374260,
            "stop": 872374269
        },
        {
            "start": 872374288,
            "stop": 872374697
        },
        {
            "start": 872374715,
            "stop": 872374857
        },
        {
            "start": 872374889,
            "stop": 872374947
        },
        {
            "start": 872374966,
            "stop": 872375000
        },
        {
            "start": 872375022,
            "stop": 872375065
        },
        {
            "start": 872375084,
            "stop": 872375097
        },
        {
            "start": 872375154,
            "stop": 872375486
        },
        {
            "start": 872375513,
            "stop": 872375515
        },
        {
            "start": 872375534,
            "stop": 872375537
        },
        {
            "start": 872375554,
            "stop": 872375565
        },
        {
            "start": 872375774,
            "stop": 872376326
        }
    ]
}