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=708
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=709",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=707",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 708,
    "results": [
        {
            "start": 866207704,
            "stop": 866207730
        },
        {
            "start": 866207749,
            "stop": 866207850
        },
        {
            "start": 866207869,
            "stop": 866207991
        },
        {
            "start": 866208010,
            "stop": 866208204
        },
        {
            "start": 866208223,
            "stop": 866208294
        },
        {
            "start": 866208313,
            "stop": 866208520
        },
        {
            "start": 866208539,
            "stop": 866208588
        },
        {
            "start": 866208607,
            "stop": 866208632
        },
        {
            "start": 866208651,
            "stop": 866208761
        },
        {
            "start": 866208780,
            "stop": 866208786
        },
        {
            "start": 866208805,
            "stop": 866208951
        },
        {
            "start": 866208970,
            "stop": 866209310
        },
        {
            "start": 866209329,
            "stop": 866209333
        },
        {
            "start": 866209352,
            "stop": 866209385
        },
        {
            "start": 866209410,
            "stop": 866209468
        },
        {
            "start": 866209522,
            "stop": 866209541
        },
        {
            "start": 866209560,
            "stop": 866209581
        },
        {
            "start": 866209600,
            "stop": 866209780
        },
        {
            "start": 866209799,
            "stop": 866209809
        },
        {
            "start": 866209849,
            "stop": 866209871
        }
    ]
}