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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=89",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=87",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 88,
    "results": [
        {
            "start": 931506398,
            "stop": 931506401
        },
        {
            "start": 931506403,
            "stop": 931506426
        },
        {
            "start": 931506431,
            "stop": 931506435
        },
        {
            "start": 931506439,
            "stop": 931506453
        },
        {
            "start": 931506456,
            "stop": 931506467
        },
        {
            "start": 931506472,
            "stop": 931506477
        },
        {
            "start": 931506482,
            "stop": 931506502
        },
        {
            "start": 931506505,
            "stop": 931506517
        },
        {
            "start": 931506519,
            "stop": 931506543
        },
        {
            "start": 931506547,
            "stop": 931506549
        },
        {
            "start": 931506562,
            "stop": 931506571
        },
        {
            "start": 931506574,
            "stop": 931506575
        },
        {
            "start": 931506578,
            "stop": 931506581
        },
        {
            "start": 931506588,
            "stop": 931506589
        },
        {
            "start": 931506595,
            "stop": 931506597
        },
        {
            "start": 931506599,
            "stop": 931506602
        },
        {
            "start": 931506605,
            "stop": 931506606
        },
        {
            "start": 931506609,
            "stop": 931506616
        },
        {
            "start": 931506618,
            "stop": 931506619
        },
        {
            "start": 931506624,
            "stop": 931506627
        }
    ]
}