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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2446",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2444",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2445,
    "results": [
        {
            "start": 874307194,
            "stop": 874307779
        },
        {
            "start": 874307796,
            "stop": 874313167
        },
        {
            "start": 874314647,
            "stop": 874314720
        },
        {
            "start": 874314780,
            "stop": 874314840
        },
        {
            "start": 874314900,
            "stop": 874314960
        },
        {
            "start": 874315020,
            "stop": 874315140
        },
        {
            "start": 874315260,
            "stop": 874315320
        },
        {
            "start": 874315440,
            "stop": 874315500
        },
        {
            "start": 874315800,
            "stop": 874315860
        },
        {
            "start": 874315920,
            "stop": 874316040
        },
        {
            "start": 874318500,
            "stop": 874318620
        },
        {
            "start": 874318680,
            "stop": 874318740
        },
        {
            "start": 874319040,
            "stop": 874319100
        },
        {
            "start": 874320300,
            "stop": 874320420
        },
        {
            "start": 874320720,
            "stop": 874320840
        },
        {
            "start": 874320900,
            "stop": 874321020
        },
        {
            "start": 874321080,
            "stop": 874321320
        },
        {
            "start": 874321380,
            "stop": 874323360
        },
        {
            "start": 874323420,
            "stop": 874326611
        },
        {
            "start": 874326628,
            "stop": 874329183
        }
    ]
}