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=80
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=81",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=79",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 80,
    "results": [
        {
            "start": 816884144,
            "stop": 816885503
        },
        {
            "start": 816885506,
            "stop": 816886905
        },
        {
            "start": 816886908,
            "stop": 816888069
        },
        {
            "start": 816888072,
            "stop": 816889533
        },
        {
            "start": 816889536,
            "stop": 816890713
        },
        {
            "start": 816890717,
            "stop": 816891389
        },
        {
            "start": 816891393,
            "stop": 816891749
        },
        {
            "start": 816891752,
            "stop": 816894476
        },
        {
            "start": 816894480,
            "stop": 816896587
        },
        {
            "start": 816896590,
            "stop": 816897458
        },
        {
            "start": 816897462,
            "stop": 816897523
        },
        {
            "start": 816897526,
            "stop": 816897554
        },
        {
            "start": 816898939,
            "stop": 816901316
        },
        {
            "start": 816901319,
            "stop": 816903052
        },
        {
            "start": 816903055,
            "stop": 816906023
        },
        {
            "start": 816906026,
            "stop": 816906898
        },
        {
            "start": 816906901,
            "stop": 816907192
        },
        {
            "start": 816907195,
            "stop": 816908012
        },
        {
            "start": 816908015,
            "stop": 816908106
        },
        {
            "start": 816908110,
            "stop": 816908685
        }
    ]
}