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=763
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=764",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=762",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 763,
    "results": [
        {
            "start": 957182977,
            "stop": 957183545
        },
        {
            "start": 957183551,
            "stop": 957184044
        },
        {
            "start": 957184050,
            "stop": 957184734
        },
        {
            "start": 957186082,
            "stop": 957186576
        },
        {
            "start": 957186582,
            "stop": 957188510
        },
        {
            "start": 957188516,
            "stop": 957188738
        },
        {
            "start": 957188744,
            "stop": 957190821
        },
        {
            "start": 957191102,
            "stop": 957195017
        },
        {
            "start": 957195023,
            "stop": 957195456
        },
        {
            "start": 957196610,
            "stop": 957198741
        },
        {
            "start": 957198747,
            "stop": 957201118
        },
        {
            "start": 957201124,
            "stop": 957204846
        },
        {
            "start": 957207302,
            "stop": 957209971
        },
        {
            "start": 957211033,
            "stop": 957216329
        },
        {
            "start": 957229340,
            "stop": 957230031
        },
        {
            "start": 957247016,
            "stop": 957248376
        },
        {
            "start": 957248382,
            "stop": 957248458
        },
        {
            "start": 957248463,
            "stop": 957248556
        },
        {
            "start": 957248562,
            "stop": 957249118
        },
        {
            "start": 957249124,
            "stop": 957249203
        }
    ]
}