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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5167",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5165",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5166,
    "results": [
        {
            "start": 874745256,
            "stop": 874745275
        },
        {
            "start": 874745282,
            "stop": 874745292
        },
        {
            "start": 874745299,
            "stop": 874745346
        },
        {
            "start": 874745353,
            "stop": 874745361
        },
        {
            "start": 874745375,
            "stop": 874745501
        },
        {
            "start": 874745514,
            "stop": 874745524
        },
        {
            "start": 874745532,
            "stop": 874745575
        },
        {
            "start": 874745582,
            "stop": 874745644
        },
        {
            "start": 874745651,
            "stop": 874745797
        },
        {
            "start": 874745804,
            "stop": 874746001
        },
        {
            "start": 874746008,
            "stop": 874746011
        },
        {
            "start": 874746019,
            "stop": 874746065
        },
        {
            "start": 874746072,
            "stop": 874746113
        },
        {
            "start": 874746120,
            "stop": 874746192
        },
        {
            "start": 874746200,
            "stop": 874746370
        },
        {
            "start": 874746377,
            "stop": 874746453
        },
        {
            "start": 874746460,
            "stop": 874746469
        },
        {
            "start": 874746476,
            "stop": 874746645
        },
        {
            "start": 874746652,
            "stop": 874746710
        },
        {
            "start": 874746717,
            "stop": 874746783
        }
    ]
}