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=742
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=743",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=741",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 742,
    "results": [
        {
            "start": 872347768,
            "stop": 872348306
        },
        {
            "start": 872366580,
            "stop": 872367556
        },
        {
            "start": 872369094,
            "stop": 872373258
        },
        {
            "start": 872375969,
            "stop": 872419749
        },
        {
            "start": 872422289,
            "stop": 872442750
        },
        {
            "start": 872444062,
            "stop": 872461191
        },
        {
            "start": 872463044,
            "stop": 872515401
        },
        {
            "start": 872516644,
            "stop": 872516887
        },
        {
            "start": 872517825,
            "stop": 872534380
        },
        {
            "start": 872534700,
            "stop": 872535440
        },
        {
            "start": 872535445,
            "stop": 872538682
        },
        {
            "start": 872539556,
            "stop": 872564359
        },
        {
            "start": 872565002,
            "stop": 872567790
        },
        {
            "start": 872567910,
            "stop": 872568518
        },
        {
            "start": 872568523,
            "stop": 872568823
        },
        {
            "start": 872568829,
            "stop": 872569204
        },
        {
            "start": 872569210,
            "stop": 872569933
        },
        {
            "start": 872569938,
            "stop": 872600852
        },
        {
            "start": 872600858,
            "stop": 872612746
        },
        {
            "start": 872612752,
            "stop": 872625989
        }
    ]
}