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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5831",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5829",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5830,
    "results": [
        {
            "start": 874719269,
            "stop": 874719304
        },
        {
            "start": 874719307,
            "stop": 874719439
        },
        {
            "start": 874719442,
            "stop": 874719509
        },
        {
            "start": 874719512,
            "stop": 874719514
        },
        {
            "start": 874719518,
            "stop": 874719570
        },
        {
            "start": 874719574,
            "stop": 874719576
        },
        {
            "start": 874719579,
            "stop": 874719653
        },
        {
            "start": 874719656,
            "stop": 874719731
        },
        {
            "start": 874719735,
            "stop": 874719761
        },
        {
            "start": 874719764,
            "stop": 874719860
        },
        {
            "start": 874719864,
            "stop": 874719865
        },
        {
            "start": 874719868,
            "stop": 874720013
        },
        {
            "start": 874720016,
            "stop": 874720018
        },
        {
            "start": 874720021,
            "stop": 874720064
        },
        {
            "start": 874720245,
            "stop": 874720277
        },
        {
            "start": 874720280,
            "stop": 874720287
        },
        {
            "start": 874720290,
            "stop": 874720293
        },
        {
            "start": 874720296,
            "stop": 874720364
        },
        {
            "start": 874720367,
            "stop": 874720375
        },
        {
            "start": 874720378,
            "stop": 874720440
        }
    ]
}