Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=129
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=130",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=128",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 129,
    "results": [
        {
            "start": 953339255,
            "stop": 953356154
        },
        {
            "start": 953356181,
            "stop": 953356195
        },
        {
            "start": 953356229,
            "stop": 953366534
        },
        {
            "start": 953373572,
            "stop": 953384183
        },
        {
            "start": 953412103,
            "stop": 953426994
        },
        {
            "start": 953432114,
            "stop": 953445289
        },
        {
            "start": 953448481,
            "stop": 953461436
        },
        {
            "start": 953466380,
            "stop": 953490971
        },
        {
            "start": 953498682,
            "stop": 953505512
        },
        {
            "start": 953515181,
            "stop": 953551778
        },
        {
            "start": 953554666,
            "stop": 953568809
        },
        {
            "start": 953568813,
            "stop": 953572681
        },
        {
            "start": 953572687,
            "stop": 953575006
        },
        {
            "start": 953575011,
            "stop": 953575134
        },
        {
            "start": 953575138,
            "stop": 953575220
        },
        {
            "start": 953575224,
            "stop": 953575968
        },
        {
            "start": 953575972,
            "stop": 953576097
        },
        {
            "start": 953576100,
            "stop": 953576131
        },
        {
            "start": 953576138,
            "stop": 953576362
        },
        {
            "start": 953576369,
            "stop": 953576528
        }
    ]
}