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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3821",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3819",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3820,
    "results": [
        {
            "start": 874797060,
            "stop": 874797900
        },
        {
            "start": 874797960,
            "stop": 874798970
        },
        {
            "start": 874798987,
            "stop": 874799220
        },
        {
            "start": 874799340,
            "stop": 874799993
        },
        {
            "start": 874800010,
            "stop": 874801965
        },
        {
            "start": 874802689,
            "stop": 874802802
        },
        {
            "start": 874802819,
            "stop": 874805216
        },
        {
            "start": 874805233,
            "stop": 874805819
        },
        {
            "start": 874805836,
            "stop": 874807440
        },
        {
            "start": 874807560,
            "stop": 874812840
        },
        {
            "start": 874812900,
            "stop": 874813440
        },
        {
            "start": 874813620,
            "stop": 874813680
        },
        {
            "start": 874813740,
            "stop": 874814845
        },
        {
            "start": 874814862,
            "stop": 874815720
        },
        {
            "start": 874815780,
            "stop": 874815840
        },
        {
            "start": 874815900,
            "stop": 874815960
        },
        {
            "start": 874816020,
            "stop": 874816140
        },
        {
            "start": 874816320,
            "stop": 874816392
        },
        {
            "start": 874816432,
            "stop": 874816500
        },
        {
            "start": 874816740,
            "stop": 874817116
        }
    ]
}