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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=151",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=149",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 150,
    "results": [
        {
            "start": 968760025,
            "stop": 968761760
        },
        {
            "start": 968762623,
            "stop": 968764740
        },
        {
            "start": 968765758,
            "stop": 968766242
        },
        {
            "start": 968767668,
            "stop": 968773750
        },
        {
            "start": 968773778,
            "stop": 968789100
        },
        {
            "start": 968790279,
            "stop": 968801463
        },
        {
            "start": 968801492,
            "stop": 968803958
        },
        {
            "start": 968805946,
            "stop": 968814363
        },
        {
            "start": 968815379,
            "stop": 968818522
        },
        {
            "start": 968819847,
            "stop": 968827348
        },
        {
            "start": 968828563,
            "stop": 968835306
        },
        {
            "start": 968836665,
            "stop": 968839682
        },
        {
            "start": 968840429,
            "stop": 968848102
        },
        {
            "start": 968849702,
            "stop": 968849721
        },
        {
            "start": 968850463,
            "stop": 968851526
        },
        {
            "start": 968852512,
            "stop": 968856723
        },
        {
            "start": 968858460,
            "stop": 968860694
        },
        {
            "start": 968862335,
            "stop": 968878816
        },
        {
            "start": 968878834,
            "stop": 968878936
        },
        {
            "start": 968879583,
            "stop": 968879670
        }
    ]
}