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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=125",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=123",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 124,
    "results": [
        {
            "start": 931341432,
            "stop": 931341435
        },
        {
            "start": 931341437,
            "stop": 931341444
        },
        {
            "start": 931341445,
            "stop": 931341446
        },
        {
            "start": 931341448,
            "stop": 931341449
        },
        {
            "start": 931341456,
            "stop": 931341457
        },
        {
            "start": 931341466,
            "stop": 931341467
        },
        {
            "start": 931341472,
            "stop": 931341475
        },
        {
            "start": 931341478,
            "stop": 931341479
        },
        {
            "start": 931341484,
            "stop": 931341485
        },
        {
            "start": 931341489,
            "stop": 931341492
        },
        {
            "start": 931341494,
            "stop": 931341495
        },
        {
            "start": 931341505,
            "stop": 931341506
        },
        {
            "start": 931341512,
            "stop": 931341513
        },
        {
            "start": 931341520,
            "stop": 931341521
        },
        {
            "start": 931341524,
            "stop": 931341530
        },
        {
            "start": 931341535,
            "stop": 931341544
        },
        {
            "start": 931341552,
            "stop": 931341553
        },
        {
            "start": 931341564,
            "stop": 931341567
        },
        {
            "start": 931341570,
            "stop": 931341571
        },
        {
            "start": 931341576,
            "stop": 931341578
        }
    ]
}