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=314
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=315",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=313",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 314,
    "results": [
        {
            "start": 1378304610,
            "stop": 1378305065
        },
        {
            "start": 1378305067,
            "stop": 1378305915
        },
        {
            "start": 1378305918,
            "stop": 1378306005
        },
        {
            "start": 1378306007,
            "stop": 1378307939
        },
        {
            "start": 1378307941,
            "stop": 1378309981
        },
        {
            "start": 1378309983,
            "stop": 1378311317
        },
        {
            "start": 1378316096,
            "stop": 1378316917
        },
        {
            "start": 1378316919,
            "stop": 1378317824
        },
        {
            "start": 1378317828,
            "stop": 1378320618
        },
        {
            "start": 1378320619,
            "stop": 1378320788
        },
        {
            "start": 1378320793,
            "stop": 1378321400
        },
        {
            "start": 1378321402,
            "stop": 1378322815
        },
        {
            "start": 1378322816,
            "stop": 1378323379
        },
        {
            "start": 1378323381,
            "stop": 1378328373
        },
        {
            "start": 1378328374,
            "stop": 1378330879
        },
        {
            "start": 1378330881,
            "stop": 1378332247
        },
        {
            "start": 1378332249,
            "stop": 1378333524
        },
        {
            "start": 1378333526,
            "stop": 1378334011
        },
        {
            "start": 1378334013,
            "stop": 1378334017
        },
        {
            "start": 1378334020,
            "stop": 1378334320
        }
    ]
}