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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=63",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=61",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 62,
    "results": [
        {
            "start": 821297570,
            "stop": 821297713
        },
        {
            "start": 821297716,
            "stop": 821300227
        },
        {
            "start": 821300230,
            "stop": 821300499
        },
        {
            "start": 821300506,
            "stop": 821300866
        },
        {
            "start": 821300869,
            "stop": 821300982
        },
        {
            "start": 821300985,
            "stop": 821301517
        },
        {
            "start": 821301520,
            "stop": 821302093
        },
        {
            "start": 821302096,
            "stop": 821302159
        },
        {
            "start": 821302162,
            "stop": 821302233
        },
        {
            "start": 821302236,
            "stop": 821302749
        },
        {
            "start": 821302752,
            "stop": 821303304
        },
        {
            "start": 821303307,
            "stop": 821303690
        },
        {
            "start": 821303693,
            "stop": 821303713
        },
        {
            "start": 821303716,
            "stop": 821304701
        },
        {
            "start": 821304702,
            "stop": 821304999
        },
        {
            "start": 821305002,
            "stop": 821305100
        },
        {
            "start": 821305103,
            "stop": 821305624
        },
        {
            "start": 821305627,
            "stop": 821305669
        },
        {
            "start": 821305673,
            "stop": 821305741
        },
        {
            "start": 821305744,
            "stop": 821305966
        }
    ]
}