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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=271",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=269",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 270,
    "results": [
        {
            "start": 1262705494,
            "stop": 1262705498
        },
        {
            "start": 1262705501,
            "stop": 1262705502
        },
        {
            "start": 1262705503,
            "stop": 1262705511
        },
        {
            "start": 1262705513,
            "stop": 1262705515
        },
        {
            "start": 1262705516,
            "stop": 1262705518
        },
        {
            "start": 1262705521,
            "stop": 1262705525
        },
        {
            "start": 1262705530,
            "stop": 1262705531
        },
        {
            "start": 1262705534,
            "stop": 1262705535
        },
        {
            "start": 1262705536,
            "stop": 1262705539
        },
        {
            "start": 1262705543,
            "stop": 1262705560
        },
        {
            "start": 1262705566,
            "stop": 1262705597
        },
        {
            "start": 1262705601,
            "stop": 1262705623
        },
        {
            "start": 1262705626,
            "stop": 1262705628
        },
        {
            "start": 1262705629,
            "stop": 1262705630
        },
        {
            "start": 1262705634,
            "stop": 1262705646
        },
        {
            "start": 1262705650,
            "stop": 1262705654
        },
        {
            "start": 1262705661,
            "stop": 1262705662
        },
        {
            "start": 1262705667,
            "stop": 1262705671
        },
        {
            "start": 1262705672,
            "stop": 1262705673
        },
        {
            "start": 1262705678,
            "stop": 1262705679
        }
    ]
}