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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4364",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4362",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4363,
    "results": [
        {
            "start": 874821540,
            "stop": 874821840
        },
        {
            "start": 874821900,
            "stop": 874822020
        },
        {
            "start": 874822140,
            "stop": 874822342
        },
        {
            "start": 874822361,
            "stop": 874822562
        },
        {
            "start": 874822581,
            "stop": 874822950
        },
        {
            "start": 874823070,
            "stop": 874823279
        },
        {
            "start": 874823298,
            "stop": 874823970
        },
        {
            "start": 874823989,
            "stop": 874825596
        },
        {
            "start": 874825615,
            "stop": 874825672
        },
        {
            "start": 874825689,
            "stop": 874826363
        },
        {
            "start": 874826388,
            "stop": 874826619
        },
        {
            "start": 874826638,
            "stop": 874827076
        },
        {
            "start": 874827095,
            "stop": 874827115
        },
        {
            "start": 874827134,
            "stop": 874827340
        },
        {
            "start": 874827359,
            "stop": 874827854
        },
        {
            "start": 874827878,
            "stop": 874828380
        },
        {
            "start": 874828440,
            "stop": 874828547
        },
        {
            "start": 874828566,
            "stop": 874829063
        },
        {
            "start": 874829082,
            "stop": 874831368
        },
        {
            "start": 874831387,
            "stop": 874831533
        }
    ]
}