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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=326",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=324",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 325,
    "results": [
        {
            "start": 1264918311,
            "stop": 1264918314
        },
        {
            "start": 1264918316,
            "stop": 1264918317
        },
        {
            "start": 1264918319,
            "stop": 1264918320
        },
        {
            "start": 1264918322,
            "stop": 1264918325
        },
        {
            "start": 1264918327,
            "stop": 1264918328
        },
        {
            "start": 1264918329,
            "stop": 1264918331
        },
        {
            "start": 1264918332,
            "stop": 1264918772
        },
        {
            "start": 1264918774,
            "stop": 1264918788
        },
        {
            "start": 1264918789,
            "stop": 1264918939
        },
        {
            "start": 1264918940,
            "stop": 1264918941
        },
        {
            "start": 1264918942,
            "stop": 1264918995
        },
        {
            "start": 1264918997,
            "stop": 1264918999
        },
        {
            "start": 1264919002,
            "stop": 1264919009
        },
        {
            "start": 1264919010,
            "stop": 1264919012
        },
        {
            "start": 1264919013,
            "stop": 1264919030
        },
        {
            "start": 1264919031,
            "stop": 1264919047
        },
        {
            "start": 1264919048,
            "stop": 1264919060
        },
        {
            "start": 1264919061,
            "stop": 1264919083
        },
        {
            "start": 1264919084,
            "stop": 1264919087
        },
        {
            "start": 1264919088,
            "stop": 1264919126
        }
    ]
}