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=213
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=214",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=212",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 213,
    "results": [
        {
            "start": 1239906672,
            "stop": 1239906791
        },
        {
            "start": 1239906792,
            "stop": 1239906911
        },
        {
            "start": 1239906912,
            "stop": 1239907031
        },
        {
            "start": 1239907032,
            "stop": 1239907151
        },
        {
            "start": 1239907152,
            "stop": 1239907271
        },
        {
            "start": 1239907272,
            "stop": 1239907391
        },
        {
            "start": 1239907392,
            "stop": 1239907511
        },
        {
            "start": 1239907512,
            "stop": 1239907631
        },
        {
            "start": 1239907632,
            "stop": 1239907751
        },
        {
            "start": 1239907752,
            "stop": 1239907871
        },
        {
            "start": 1239907872,
            "stop": 1239907990
        },
        {
            "start": 1239907992,
            "stop": 1239908111
        },
        {
            "start": 1239908112,
            "stop": 1239908230
        },
        {
            "start": 1239908232,
            "stop": 1239908310
        },
        {
            "start": 1239908315,
            "stop": 1239908350
        },
        {
            "start": 1239908352,
            "stop": 1239908470
        },
        {
            "start": 1239908472,
            "stop": 1239908591
        },
        {
            "start": 1239908592,
            "stop": 1239908711
        },
        {
            "start": 1239908712,
            "stop": 1239908831
        },
        {
            "start": 1239908832,
            "stop": 1239908951
        }
    ]
}