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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7641",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7639",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7640,
    "results": [
        {
            "start": 970919513,
            "stop": 970920074
        },
        {
            "start": 970920077,
            "stop": 970920644
        },
        {
            "start": 970920684,
            "stop": 970920724
        },
        {
            "start": 970920804,
            "stop": 970920885
        },
        {
            "start": 970920888,
            "stop": 970920955
        },
        {
            "start": 970920958,
            "stop": 970920965
        },
        {
            "start": 970920968,
            "stop": 970920988
        },
        {
            "start": 970920994,
            "stop": 970921002
        },
        {
            "start": 970921005,
            "stop": 970921016
        },
        {
            "start": 970921019,
            "stop": 970921150
        },
        {
            "start": 970921154,
            "stop": 970921414
        },
        {
            "start": 970921417,
            "stop": 970921758
        },
        {
            "start": 970921761,
            "stop": 970922004
        },
        {
            "start": 970922007,
            "stop": 970922236
        },
        {
            "start": 970922417,
            "stop": 970922450
        },
        {
            "start": 970922453,
            "stop": 970922484
        },
        {
            "start": 970922487,
            "stop": 970922575
        },
        {
            "start": 970922578,
            "stop": 970922621
        },
        {
            "start": 970922625,
            "stop": 970922656
        },
        {
            "start": 970926997,
            "stop": 970927110
        }
    ]
}