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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4667",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4665",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4666,
    "results": [
        {
            "start": 969712169,
            "stop": 969712246
        },
        {
            "start": 969712249,
            "stop": 969712414
        },
        {
            "start": 969712417,
            "stop": 969712470
        },
        {
            "start": 969712473,
            "stop": 969712480
        },
        {
            "start": 969712484,
            "stop": 969712517
        },
        {
            "start": 969712520,
            "stop": 969712522
        },
        {
            "start": 969712525,
            "stop": 969712607
        },
        {
            "start": 969712610,
            "stop": 969712618
        },
        {
            "start": 969712621,
            "stop": 969712622
        },
        {
            "start": 969712625,
            "stop": 969712644
        },
        {
            "start": 969712647,
            "stop": 969712757
        },
        {
            "start": 969712760,
            "stop": 969712764
        },
        {
            "start": 969712767,
            "stop": 969712982
        },
        {
            "start": 969712985,
            "stop": 969713131
        },
        {
            "start": 969713134,
            "stop": 969713187
        },
        {
            "start": 969713190,
            "stop": 969713266
        },
        {
            "start": 969713269,
            "stop": 969713290
        },
        {
            "start": 969713293,
            "stop": 969713342
        },
        {
            "start": 969713346,
            "stop": 969713435
        },
        {
            "start": 969713443,
            "stop": 969713568
        }
    ]
}