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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=68",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=66",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 67,
    "results": [
        {
            "start": 931591885,
            "stop": 931591887
        },
        {
            "start": 931591903,
            "stop": 931591908
        },
        {
            "start": 931591916,
            "stop": 931591917
        },
        {
            "start": 931591924,
            "stop": 931591927
        },
        {
            "start": 931591933,
            "stop": 931591945
        },
        {
            "start": 931591973,
            "stop": 931591979
        },
        {
            "start": 931592003,
            "stop": 931592020
        },
        {
            "start": 931592027,
            "stop": 931592029
        },
        {
            "start": 931592051,
            "stop": 931592069
        },
        {
            "start": 931592077,
            "stop": 931592080
        },
        {
            "start": 931592087,
            "stop": 931592093
        },
        {
            "start": 931592116,
            "stop": 931592155
        },
        {
            "start": 931592162,
            "stop": 931592167
        },
        {
            "start": 931592174,
            "stop": 931592179
        },
        {
            "start": 931592190,
            "stop": 931592195
        },
        {
            "start": 931592238,
            "stop": 931592241
        },
        {
            "start": 931592264,
            "stop": 931592266
        },
        {
            "start": 931592282,
            "stop": 931592286
        },
        {
            "start": 931592299,
            "stop": 931592305
        },
        {
            "start": 931592317,
            "stop": 931592319
        }
    ]
}