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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=93",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=91",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 92,
    "results": [
        {
            "start": 816897526,
            "stop": 816897554
        },
        {
            "start": 816898939,
            "stop": 816899043
        },
        {
            "start": 816899060,
            "stop": 816901316
        },
        {
            "start": 816901319,
            "stop": 816903052
        },
        {
            "start": 816903055,
            "stop": 816903633
        },
        {
            "start": 816903816,
            "stop": 816906023
        },
        {
            "start": 816906026,
            "stop": 816906898
        },
        {
            "start": 816906901,
            "stop": 816907192
        },
        {
            "start": 816907195,
            "stop": 816908012
        },
        {
            "start": 816908015,
            "stop": 816908106
        },
        {
            "start": 816908110,
            "stop": 816908685
        },
        {
            "start": 816909244,
            "stop": 816909448
        },
        {
            "start": 816909451,
            "stop": 816909840
        },
        {
            "start": 816909844,
            "stop": 816909848
        },
        {
            "start": 816909851,
            "stop": 816911461
        },
        {
            "start": 816911464,
            "stop": 816912761
        },
        {
            "start": 816912881,
            "stop": 816913263
        },
        {
            "start": 816913265,
            "stop": 816913370
        },
        {
            "start": 816913373,
            "stop": 816913780
        },
        {
            "start": 816914327,
            "stop": 816914520
        }
    ]
}