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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=23",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=21",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 22,
    "results": [
        {
            "start": 934335327,
            "stop": 934366444
        },
        {
            "start": 934367833,
            "stop": 934371157
        },
        {
            "start": 934376110,
            "stop": 934377878
        },
        {
            "start": 934384081,
            "stop": 934384161
        },
        {
            "start": 934384918,
            "stop": 934387050
        },
        {
            "start": 934389917,
            "stop": 934389918
        },
        {
            "start": 934390045,
            "stop": 934394211
        },
        {
            "start": 934395134,
            "stop": 934395147
        },
        {
            "start": 934395826,
            "stop": 934397014
        },
        {
            "start": 934397663,
            "stop": 934398715
        },
        {
            "start": 934399263,
            "stop": 934401630
        },
        {
            "start": 934403218,
            "stop": 934415681
        },
        {
            "start": 934419362,
            "stop": 934427328
        },
        {
            "start": 934431730,
            "stop": 934432398
        },
        {
            "start": 934434470,
            "stop": 934438364
        },
        {
            "start": 934439452,
            "stop": 934444595
        },
        {
            "start": 934459510,
            "stop": 934463240
        },
        {
            "start": 934485010,
            "stop": 934486846
        },
        {
            "start": 934487980,
            "stop": 934497070
        },
        {
            "start": 934498045,
            "stop": 934504457
        }
    ]
}