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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=3",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 2,
    "results": [
        {
            "start": 816076090,
            "stop": 816076093
        },
        {
            "start": 816085801,
            "stop": 816087968
        },
        {
            "start": 816088083,
            "stop": 816090107
        },
        {
            "start": 816090136,
            "stop": 816091899
        },
        {
            "start": 816091928,
            "stop": 816092610
        },
        {
            "start": 816093750,
            "stop": 816093759
        },
        {
            "start": 816093949,
            "stop": 816093964
        },
        {
            "start": 816093971,
            "stop": 816094027
        },
        {
            "start": 816094073,
            "stop": 816094079
        },
        {
            "start": 816094108,
            "stop": 816094465
        },
        {
            "start": 816094617,
            "stop": 816094805
        },
        {
            "start": 816094834,
            "stop": 816094857
        },
        {
            "start": 816094886,
            "stop": 816094890
        },
        {
            "start": 816095130,
            "stop": 816095223
        },
        {
            "start": 816095252,
            "stop": 816095577
        },
        {
            "start": 816095635,
            "stop": 816095779
        },
        {
            "start": 816095808,
            "stop": 816095826
        },
        {
            "start": 816095855,
            "stop": 816095927
        },
        {
            "start": 816095956,
            "stop": 816095985
        },
        {
            "start": 816096031,
            "stop": 816096193
        }
    ]
}