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=751
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=752",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=750",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 751,
    "results": [
        {
            "start": 1267600570,
            "stop": 1267600609
        },
        {
            "start": 1267600610,
            "stop": 1267600611
        },
        {
            "start": 1267600614,
            "stop": 1267600633
        },
        {
            "start": 1267600634,
            "stop": 1267600636
        },
        {
            "start": 1267600638,
            "stop": 1267600640
        },
        {
            "start": 1267600642,
            "stop": 1267600644
        },
        {
            "start": 1267600645,
            "stop": 1267600646
        },
        {
            "start": 1267600649,
            "stop": 1267600650
        },
        {
            "start": 1267600651,
            "stop": 1267600662
        },
        {
            "start": 1267600665,
            "stop": 1267600668
        },
        {
            "start": 1267600669,
            "stop": 1267600679
        },
        {
            "start": 1267600680,
            "stop": 1267600686
        },
        {
            "start": 1267600688,
            "stop": 1267600689
        },
        {
            "start": 1267600691,
            "stop": 1267600692
        },
        {
            "start": 1267600693,
            "stop": 1267600694
        },
        {
            "start": 1267600697,
            "stop": 1267600698
        },
        {
            "start": 1267600699,
            "stop": 1267600704
        },
        {
            "start": 1267600705,
            "stop": 1267600709
        },
        {
            "start": 1267600714,
            "stop": 1267600716
        },
        {
            "start": 1267600722,
            "stop": 1267600727
        }
    ]
}