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=461
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=462",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=460",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 461,
    "results": [
        {
            "start": 1264392770,
            "stop": 1264392776
        },
        {
            "start": 1264392780,
            "stop": 1264392801
        },
        {
            "start": 1264392806,
            "stop": 1264392810
        },
        {
            "start": 1264392812,
            "stop": 1264392815
        },
        {
            "start": 1264392816,
            "stop": 1264392819
        },
        {
            "start": 1264392821,
            "stop": 1264392836
        },
        {
            "start": 1264392839,
            "stop": 1264392925
        },
        {
            "start": 1264392927,
            "stop": 1264392958
        },
        {
            "start": 1264392961,
            "stop": 1264392967
        },
        {
            "start": 1264392970,
            "stop": 1264393040
        },
        {
            "start": 1264393042,
            "stop": 1264393065
        },
        {
            "start": 1264393066,
            "stop": 1264393209
        },
        {
            "start": 1264393210,
            "stop": 1264393211
        },
        {
            "start": 1264393212,
            "stop": 1264393275
        },
        {
            "start": 1264393277,
            "stop": 1264393309
        },
        {
            "start": 1264393318,
            "stop": 1264393324
        },
        {
            "start": 1264393327,
            "stop": 1264393418
        },
        {
            "start": 1264393424,
            "stop": 1264393478
        },
        {
            "start": 1264393479,
            "stop": 1264393486
        },
        {
            "start": 1264393488,
            "stop": 1264393495
        }
    ]
}