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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=206",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=204",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 205,
    "results": [
        {
            "start": 1239888312,
            "stop": 1239888431
        },
        {
            "start": 1239888432,
            "stop": 1239888551
        },
        {
            "start": 1239888552,
            "stop": 1239888671
        },
        {
            "start": 1239888672,
            "stop": 1239888681
        },
        {
            "start": 1239888686,
            "stop": 1239888791
        },
        {
            "start": 1239888792,
            "stop": 1239888911
        },
        {
            "start": 1239888912,
            "stop": 1239889031
        },
        {
            "start": 1239889032,
            "stop": 1239889151
        },
        {
            "start": 1239889152,
            "stop": 1239889271
        },
        {
            "start": 1239889272,
            "stop": 1239889391
        },
        {
            "start": 1239889392,
            "stop": 1239889511
        },
        {
            "start": 1239889512,
            "stop": 1239889631
        },
        {
            "start": 1239889632,
            "stop": 1239889751
        },
        {
            "start": 1239889752,
            "stop": 1239889871
        },
        {
            "start": 1239889872,
            "stop": 1239889991
        },
        {
            "start": 1239889992,
            "stop": 1239890091
        },
        {
            "start": 1239890092,
            "stop": 1239890231
        },
        {
            "start": 1239890232,
            "stop": 1239890351
        },
        {
            "start": 1239890352,
            "stop": 1239890471
        },
        {
            "start": 1239890472,
            "stop": 1239890591
        }
    ]
}