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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=107",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=105",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 106,
    "results": [
        {
            "start": 931511449,
            "stop": 931511451
        },
        {
            "start": 931511454,
            "stop": 931511476
        },
        {
            "start": 931511478,
            "stop": 931511490
        },
        {
            "start": 931511493,
            "stop": 931511519
        },
        {
            "start": 931511522,
            "stop": 931511526
        },
        {
            "start": 931511529,
            "stop": 931511534
        },
        {
            "start": 931511537,
            "stop": 931511548
        },
        {
            "start": 931511552,
            "stop": 931511557
        },
        {
            "start": 931511560,
            "stop": 931511567
        },
        {
            "start": 931511570,
            "stop": 931511584
        },
        {
            "start": 931511587,
            "stop": 931511589
        },
        {
            "start": 931511592,
            "stop": 931511607
        },
        {
            "start": 931511610,
            "stop": 931511647
        },
        {
            "start": 931511650,
            "stop": 931511666
        },
        {
            "start": 931511669,
            "stop": 931511671
        },
        {
            "start": 931511676,
            "stop": 931511688
        },
        {
            "start": 931511691,
            "stop": 931511711
        },
        {
            "start": 931511715,
            "stop": 931511749
        },
        {
            "start": 931511752,
            "stop": 931511754
        },
        {
            "start": 931511757,
            "stop": 931511765
        }
    ]
}