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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=273",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=271",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 272,
    "results": [
        {
            "start": 857530374,
            "stop": 857531030
        },
        {
            "start": 857531671,
            "stop": 857544348
        },
        {
            "start": 857545339,
            "stop": 857551781
        },
        {
            "start": 857552645,
            "stop": 857559142
        },
        {
            "start": 857559774,
            "stop": 857580776
        },
        {
            "start": 857580808,
            "stop": 857581980
        },
        {
            "start": 857583894,
            "stop": 857592055
        },
        {
            "start": 857593865,
            "stop": 857596896
        },
        {
            "start": 857597962,
            "stop": 857632468
        },
        {
            "start": 857632477,
            "stop": 857632768
        },
        {
            "start": 857633885,
            "stop": 857635556
        },
        {
            "start": 857635565,
            "stop": 857635581
        },
        {
            "start": 857635584,
            "stop": 857635871
        },
        {
            "start": 857635890,
            "stop": 857635940
        },
        {
            "start": 857635958,
            "stop": 857636007
        },
        {
            "start": 857636011,
            "stop": 857636075
        },
        {
            "start": 857636084,
            "stop": 857636143
        },
        {
            "start": 857636147,
            "stop": 857636153
        },
        {
            "start": 857636181,
            "stop": 857636197
        },
        {
            "start": 857636200,
            "stop": 857636206
        }
    ]
}