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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2469",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2467",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2468,
    "results": [
        {
            "start": 874764411,
            "stop": 874765942
        },
        {
            "start": 874765959,
            "stop": 874766315
        },
        {
            "start": 874766322,
            "stop": 874767294
        },
        {
            "start": 874767301,
            "stop": 874767736
        },
        {
            "start": 874786169,
            "stop": 874786903
        },
        {
            "start": 874786938,
            "stop": 874787730
        },
        {
            "start": 874787857,
            "stop": 874788107
        },
        {
            "start": 874788310,
            "stop": 874788381
        },
        {
            "start": 874788385,
            "stop": 874789490
        },
        {
            "start": 874789630,
            "stop": 874790490
        },
        {
            "start": 874790558,
            "stop": 874794180
        },
        {
            "start": 874794300,
            "stop": 874794470
        },
        {
            "start": 874794610,
            "stop": 874794770
        },
        {
            "start": 874794850,
            "stop": 874796630
        },
        {
            "start": 874796710,
            "stop": 874796940
        },
        {
            "start": 874797070,
            "stop": 874797890
        },
        {
            "start": 874797970,
            "stop": 874799210
        },
        {
            "start": 874799350,
            "stop": 874799993
        },
        {
            "start": 874800010,
            "stop": 874801965
        },
        {
            "start": 874802689,
            "stop": 874805216
        }
    ]
}