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/S6/timelines/L1_BURST_CAT3/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/S6/timelines/L1_BURST_CAT3/segments?format=api&page=329",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=327",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 328,
    "results": [
        {
            "start": 931776179,
            "stop": 931776181
        },
        {
            "start": 931776186,
            "stop": 931776191
        },
        {
            "start": 931776196,
            "stop": 931776197
        },
        {
            "start": 931776218,
            "stop": 931776220
        },
        {
            "start": 931776223,
            "stop": 931776229
        },
        {
            "start": 931776232,
            "stop": 931776234
        },
        {
            "start": 931776239,
            "stop": 931776255
        },
        {
            "start": 931776258,
            "stop": 931776264
        },
        {
            "start": 931776267,
            "stop": 931776274
        },
        {
            "start": 931776278,
            "stop": 931776279
        },
        {
            "start": 931776282,
            "stop": 931776283
        },
        {
            "start": 931776286,
            "stop": 931776294
        },
        {
            "start": 931776303,
            "stop": 931776308
        },
        {
            "start": 931776311,
            "stop": 931776312
        },
        {
            "start": 931776316,
            "stop": 931776317
        },
        {
            "start": 931776320,
            "stop": 931776339
        },
        {
            "start": 931776344,
            "stop": 931776345
        },
        {
            "start": 931776348,
            "stop": 931776353
        },
        {
            "start": 931776356,
            "stop": 931776362
        },
        {
            "start": 931776381,
            "stop": 931776386
        }
    ]
}