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=500
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=501",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=499",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 500,
    "results": [
        {
            "start": 1264491970,
            "stop": 1264492292
        },
        {
            "start": 1264492294,
            "stop": 1264494145
        },
        {
            "start": 1264494146,
            "stop": 1264498886
        },
        {
            "start": 1264498890,
            "stop": 1264499535
        },
        {
            "start": 1264499540,
            "stop": 1264503989
        },
        {
            "start": 1264503990,
            "stop": 1264505669
        },
        {
            "start": 1264505671,
            "stop": 1264507242
        },
        {
            "start": 1264507247,
            "stop": 1264509722
        },
        {
            "start": 1264509726,
            "stop": 1264510774
        },
        {
            "start": 1264510778,
            "stop": 1264525617
        },
        {
            "start": 1264525621,
            "stop": 1264528206
        },
        {
            "start": 1264534237,
            "stop": 1264535856
        },
        {
            "start": 1264535861,
            "stop": 1264536158
        },
        {
            "start": 1264536160,
            "stop": 1264536745
        },
        {
            "start": 1264536749,
            "stop": 1264537095
        },
        {
            "start": 1264537099,
            "stop": 1264537145
        },
        {
            "start": 1264537150,
            "stop": 1264542556
        },
        {
            "start": 1264542559,
            "stop": 1264543676
        },
        {
            "start": 1264543679,
            "stop": 1264544503
        },
        {
            "start": 1264544507,
            "stop": 1264545970
        }
    ]
}