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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=266",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=264",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 265,
    "results": [
        {
            "start": 931511422,
            "stop": 931511438
        },
        {
            "start": 931511443,
            "stop": 931511444
        },
        {
            "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": 931511630
        },
        {
            "start": 931511632,
            "stop": 931511636
        },
        {
            "start": 931511638,
            "stop": 931511647
        },
        {
            "start": 931511650,
            "stop": 931511654
        },
        {
            "start": 931511656,
            "stop": 931511666
        },
        {
            "start": 931511669,
            "stop": 931511671
        }
    ]
}