Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=292
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=293",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=291",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 292,
    "results": [
        {
            "start": 870444031,
            "stop": 870445514
        },
        {
            "start": 870446838,
            "stop": 870450451
        },
        {
            "start": 870450544,
            "stop": 870459011
        },
        {
            "start": 870459092,
            "stop": 870471618
        },
        {
            "start": 870472007,
            "stop": 870483962
        },
        {
            "start": 870488452,
            "stop": 870508837
        },
        {
            "start": 870510474,
            "stop": 870524166
        },
        {
            "start": 870524539,
            "stop": 870524838
        },
        {
            "start": 870525030,
            "stop": 870528385
        },
        {
            "start": 870529371,
            "stop": 870530718
        },
        {
            "start": 870530866,
            "stop": 870530868
        },
        {
            "start": 870530875,
            "stop": 870531734
        },
        {
            "start": 870532355,
            "stop": 870533739
        },
        {
            "start": 870544254,
            "stop": 870544531
        },
        {
            "start": 870544957,
            "stop": 870547610
        },
        {
            "start": 870548217,
            "stop": 870555922
        },
        {
            "start": 870556216,
            "stop": 870593132
        },
        {
            "start": 870597879,
            "stop": 870609453
        },
        {
            "start": 870610775,
            "stop": 870612979
        },
        {
            "start": 870613257,
            "stop": 870614300
        }
    ]
}