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=574
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=575",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=573",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 574,
    "results": [
        {
            "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
        },
        {
            "start": 1264919128,
            "stop": 1264919129
        },
        {
            "start": 1264919131,
            "stop": 1264919136
        },
        {
            "start": 1264919137,
            "stop": 1264919143
        },
        {
            "start": 1264919145,
            "stop": 1264919148
        },
        {
            "start": 1264919149,
            "stop": 1264919166
        },
        {
            "start": 1264919167,
            "stop": 1264919168
        },
        {
            "start": 1264919170,
            "stop": 1264919173
        },
        {
            "start": 1264919174,
            "stop": 1264919177
        }
    ]
}