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=4916
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=4917",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4915",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4916,
    "results": [
        {
            "start": 875148913,
            "stop": 875149058
        },
        {
            "start": 875149091,
            "stop": 875149730
        },
        {
            "start": 875149749,
            "stop": 875150158
        },
        {
            "start": 875150177,
            "stop": 875150399
        },
        {
            "start": 875150419,
            "stop": 875150437
        },
        {
            "start": 875150456,
            "stop": 875150557
        },
        {
            "start": 875150816,
            "stop": 875150891
        },
        {
            "start": 875150910,
            "stop": 875151159
        },
        {
            "start": 875151178,
            "stop": 875151198
        },
        {
            "start": 875151217,
            "stop": 875151347
        },
        {
            "start": 875151370,
            "stop": 875151562
        },
        {
            "start": 875151581,
            "stop": 875151967
        },
        {
            "start": 875151987,
            "stop": 875151991
        },
        {
            "start": 875152010,
            "stop": 875152057
        },
        {
            "start": 875152077,
            "stop": 875152282
        },
        {
            "start": 875152301,
            "stop": 875152529
        },
        {
            "start": 875152563,
            "stop": 875152787
        },
        {
            "start": 875152814,
            "stop": 875153012
        },
        {
            "start": 875153031,
            "stop": 875153180
        },
        {
            "start": 875153200,
            "stop": 875153212
        }
    ]
}