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=342
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=343",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=341",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 342,
    "results": [
        {
            "start": 1264114215,
            "stop": 1264114279
        },
        {
            "start": 1264114281,
            "stop": 1264114323
        },
        {
            "start": 1264114324,
            "stop": 1264114325
        },
        {
            "start": 1264114327,
            "stop": 1264114338
        },
        {
            "start": 1264114341,
            "stop": 1264114347
        },
        {
            "start": 1264114349,
            "stop": 1264114376
        },
        {
            "start": 1264114378,
            "stop": 1264114384
        },
        {
            "start": 1264114386,
            "stop": 1264114406
        },
        {
            "start": 1264114408,
            "stop": 1264114454
        },
        {
            "start": 1264114456,
            "stop": 1264114503
        },
        {
            "start": 1264114505,
            "stop": 1264114538
        },
        {
            "start": 1264114540,
            "stop": 1264114704
        },
        {
            "start": 1264114709,
            "stop": 1264114728
        },
        {
            "start": 1264114731,
            "stop": 1264114787
        },
        {
            "start": 1264114789,
            "stop": 1264114844
        },
        {
            "start": 1264114845,
            "stop": 1264114850
        },
        {
            "start": 1264114851,
            "stop": 1264114864
        },
        {
            "start": 1264114865,
            "stop": 1264114916
        },
        {
            "start": 1264114917,
            "stop": 1264114918
        },
        {
            "start": 1264114923,
            "stop": 1264114927
        }
    ]
}