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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2163",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2161",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2162,
    "results": [
        {
            "start": 869848440,
            "stop": 869848452
        },
        {
            "start": 869848460,
            "stop": 869848470
        },
        {
            "start": 869848475,
            "stop": 869848485
        },
        {
            "start": 869848490,
            "stop": 869852100
        },
        {
            "start": 869852105,
            "stop": 869852175
        },
        {
            "start": 869852180,
            "stop": 869852182
        },
        {
            "start": 869852188,
            "stop": 869853741
        },
        {
            "start": 869853744,
            "stop": 869853757
        },
        {
            "start": 869853762,
            "stop": 869857920
        },
        {
            "start": 869860284,
            "stop": 869860585
        },
        {
            "start": 869860590,
            "stop": 869860602
        },
        {
            "start": 869860608,
            "stop": 869862105
        },
        {
            "start": 869862112,
            "stop": 869862175
        },
        {
            "start": 869862180,
            "stop": 869863127
        },
        {
            "start": 869863130,
            "stop": 869867452
        },
        {
            "start": 869867458,
            "stop": 869867460
        },
        {
            "start": 869867520,
            "stop": 869867522
        },
        {
            "start": 869867529,
            "stop": 869868438
        },
        {
            "start": 869868750,
            "stop": 869871251
        },
        {
            "start": 869871562,
            "stop": 869882540
        }
    ]
}