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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=449",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=447",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 448,
    "results": [
        {
            "start": 1264385512,
            "stop": 1264385518
        },
        {
            "start": 1264385520,
            "stop": 1264385526
        },
        {
            "start": 1264385527,
            "stop": 1264385573
        },
        {
            "start": 1264385575,
            "stop": 1264385582
        },
        {
            "start": 1264385584,
            "stop": 1264385590
        },
        {
            "start": 1264385592,
            "stop": 1264385647
        },
        {
            "start": 1264385651,
            "stop": 1264385689
        },
        {
            "start": 1264385691,
            "stop": 1264385693
        },
        {
            "start": 1264385694,
            "stop": 1264385697
        },
        {
            "start": 1264385699,
            "stop": 1264385700
        },
        {
            "start": 1264385702,
            "stop": 1264385705
        },
        {
            "start": 1264385707,
            "stop": 1264385708
        },
        {
            "start": 1264385716,
            "stop": 1264385721
        },
        {
            "start": 1264385723,
            "stop": 1264385728
        },
        {
            "start": 1264385729,
            "stop": 1264385734
        },
        {
            "start": 1264385735,
            "stop": 1264385738
        },
        {
            "start": 1264385739,
            "stop": 1264385743
        },
        {
            "start": 1264385744,
            "stop": 1264385745
        },
        {
            "start": 1264385746,
            "stop": 1264385752
        },
        {
            "start": 1264385754,
            "stop": 1264385755
        }
    ]
}