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/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4679
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=4680",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4678",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4679,
    "results": [
        {
            "start": 874337847,
            "stop": 874337853
        },
        {
            "start": 874337973,
            "stop": 874337977
        },
        {
            "start": 874337996,
            "stop": 874338004
        },
        {
            "start": 874338028,
            "stop": 874338055
        },
        {
            "start": 874338074,
            "stop": 874338100
        },
        {
            "start": 874338130,
            "stop": 874338162
        },
        {
            "start": 874338181,
            "stop": 874338223
        },
        {
            "start": 874338242,
            "stop": 874338301
        },
        {
            "start": 874338320,
            "stop": 874338327
        },
        {
            "start": 874338346,
            "stop": 874338389
        },
        {
            "start": 874338408,
            "stop": 874338451
        },
        {
            "start": 874338470,
            "stop": 874338534
        },
        {
            "start": 874338559,
            "stop": 874338572
        },
        {
            "start": 874338591,
            "stop": 874338822
        },
        {
            "start": 874338841,
            "stop": 874338893
        },
        {
            "start": 874338919,
            "stop": 874338967
        },
        {
            "start": 874338986,
            "stop": 874338988
        },
        {
            "start": 874339009,
            "stop": 874339036
        },
        {
            "start": 874339080,
            "stop": 874339092
        },
        {
            "start": 874339122,
            "stop": 874339189
        }
    ]
}