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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=329",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=327",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 328,
    "results": [
        {
            "start": 1379482618,
            "stop": 1379492064
        },
        {
            "start": 1379498550,
            "stop": 1379502807
        },
        {
            "start": 1379502809,
            "stop": 1379507551
        },
        {
            "start": 1379507556,
            "stop": 1379510819
        },
        {
            "start": 1379510822,
            "stop": 1379512002
        },
        {
            "start": 1379512005,
            "stop": 1379520849
        },
        {
            "start": 1379520854,
            "stop": 1379521980
        },
        {
            "start": 1379521984,
            "stop": 1379524685
        },
        {
            "start": 1379524689,
            "stop": 1379539373
        },
        {
            "start": 1379539377,
            "stop": 1379551241
        },
        {
            "start": 1379551244,
            "stop": 1379568692
        },
        {
            "start": 1379568697,
            "stop": 1379569422
        },
        {
            "start": 1379569427,
            "stop": 1379600663
        },
        {
            "start": 1379600668,
            "stop": 1379606051
        },
        {
            "start": 1379606054,
            "stop": 1379607532
        },
        {
            "start": 1379607537,
            "stop": 1379613469
        },
        {
            "start": 1379613474,
            "stop": 1379616500
        },
        {
            "start": 1379630377,
            "stop": 1379640046
        },
        {
            "start": 1379640050,
            "stop": 1379641498
        },
        {
            "start": 1379641502,
            "stop": 1379667371
        }
    ]
}