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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5088",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5086",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5087,
    "results": [
        {
            "start": 874633458,
            "stop": 874633461
        },
        {
            "start": 874633468,
            "stop": 874633486
        },
        {
            "start": 874633493,
            "stop": 874633629
        },
        {
            "start": 874633643,
            "stop": 874633702
        },
        {
            "start": 874633709,
            "stop": 874633753
        },
        {
            "start": 874633760,
            "stop": 874633828
        },
        {
            "start": 874633840,
            "stop": 874633884
        },
        {
            "start": 874633891,
            "stop": 874633894
        },
        {
            "start": 874633909,
            "stop": 874634104
        },
        {
            "start": 874634111,
            "stop": 874634139
        },
        {
            "start": 874634147,
            "stop": 874634149
        },
        {
            "start": 874634160,
            "stop": 874634170
        },
        {
            "start": 874634188,
            "stop": 874634191
        },
        {
            "start": 874634200,
            "stop": 874634235
        },
        {
            "start": 874634242,
            "stop": 874634275
        },
        {
            "start": 874634282,
            "stop": 874634304
        },
        {
            "start": 874634317,
            "stop": 874634359
        },
        {
            "start": 874634366,
            "stop": 874634414
        },
        {
            "start": 874634421,
            "stop": 874634445
        },
        {
            "start": 874634452,
            "stop": 874634559
        }
    ]
}