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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=54",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=52",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 53,
    "results": [
        {
            "start": 825296506,
            "stop": 825296765
        },
        {
            "start": 825301904,
            "stop": 825302920
        },
        {
            "start": 825304328,
            "stop": 825304553
        },
        {
            "start": 825307585,
            "stop": 825328738
        },
        {
            "start": 825329634,
            "stop": 825338663
        },
        {
            "start": 825384831,
            "stop": 825398125
        },
        {
            "start": 825398225,
            "stop": 825403916
        },
        {
            "start": 825404022,
            "stop": 825404610
        },
        {
            "start": 825404726,
            "stop": 825404749
        },
        {
            "start": 825405830,
            "stop": 825405921
        },
        {
            "start": 825408884,
            "stop": 825409057
        },
        {
            "start": 825409159,
            "stop": 825410077
        },
        {
            "start": 825410234,
            "stop": 825410411
        },
        {
            "start": 825410533,
            "stop": 825411758
        },
        {
            "start": 825411866,
            "stop": 825411937
        },
        {
            "start": 825412065,
            "stop": 825412481
        },
        {
            "start": 825412594,
            "stop": 825414121
        },
        {
            "start": 825414407,
            "stop": 825416670
        },
        {
            "start": 825416783,
            "stop": 825417476
        },
        {
            "start": 825417976,
            "stop": 825418475
        }
    ]
}