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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16652",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16650",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16651,
    "results": [
        {
            "start": 874829884,
            "stop": 874829957
        },
        {
            "start": 874829959,
            "stop": 874830052
        },
        {
            "start": 874830054,
            "stop": 874830081
        },
        {
            "start": 874830082,
            "stop": 874830111
        },
        {
            "start": 874830112,
            "stop": 874830144
        },
        {
            "start": 874830146,
            "stop": 874830148
        },
        {
            "start": 874830150,
            "stop": 874830209
        },
        {
            "start": 874830212,
            "stop": 874830243
        },
        {
            "start": 874830244,
            "stop": 874830288
        },
        {
            "start": 874830291,
            "stop": 874830302
        },
        {
            "start": 874830304,
            "stop": 874830378
        },
        {
            "start": 874830380,
            "stop": 874830436
        },
        {
            "start": 874830437,
            "stop": 874830438
        },
        {
            "start": 874830439,
            "stop": 874830477
        },
        {
            "start": 874830479,
            "stop": 874830481
        },
        {
            "start": 874830482,
            "stop": 874830493
        },
        {
            "start": 874830495,
            "stop": 874830501
        },
        {
            "start": 874830503,
            "stop": 874830547
        },
        {
            "start": 874830549,
            "stop": 874830551
        },
        {
            "start": 874830553,
            "stop": 874830565
        }
    ]
}