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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46682",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46680",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46681,
    "results": [
        {
            "start": 875045374,
            "stop": 875045416
        },
        {
            "start": 875045417,
            "stop": 875045426
        },
        {
            "start": 875045427,
            "stop": 875045433
        },
        {
            "start": 875045434,
            "stop": 875045439
        },
        {
            "start": 875045440,
            "stop": 875045475
        },
        {
            "start": 875045476,
            "stop": 875045482
        },
        {
            "start": 875045484,
            "stop": 875045486
        },
        {
            "start": 875045487,
            "stop": 875045493
        },
        {
            "start": 875045495,
            "stop": 875045503
        },
        {
            "start": 875045505,
            "stop": 875045509
        },
        {
            "start": 875045510,
            "stop": 875045529
        },
        {
            "start": 875045530,
            "stop": 875045534
        },
        {
            "start": 875045536,
            "stop": 875045542
        },
        {
            "start": 875045544,
            "stop": 875045588
        },
        {
            "start": 875045590,
            "stop": 875045596
        },
        {
            "start": 875045597,
            "stop": 875045635
        },
        {
            "start": 875045636,
            "stop": 875045652
        },
        {
            "start": 875045653,
            "stop": 875045673
        },
        {
            "start": 875045675,
            "stop": 875045699
        },
        {
            "start": 875045700,
            "stop": 875045702
        }
    ]
}