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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=75",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=73",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 74,
    "results": [
        {
            "start": 816488466,
            "stop": 816488468
        },
        {
            "start": 816493058,
            "stop": 816493376
        },
        {
            "start": 816493386,
            "stop": 816495407
        },
        {
            "start": 816495436,
            "stop": 816495807
        },
        {
            "start": 816495812,
            "stop": 816497010
        },
        {
            "start": 816497850,
            "stop": 816498811
        },
        {
            "start": 816498814,
            "stop": 816500301
        },
        {
            "start": 816500306,
            "stop": 816500320
        },
        {
            "start": 816500329,
            "stop": 816500941
        },
        {
            "start": 816500947,
            "stop": 816505331
        },
        {
            "start": 816505334,
            "stop": 816506315
        },
        {
            "start": 816506319,
            "stop": 816506832
        },
        {
            "start": 816506841,
            "stop": 816507692
        },
        {
            "start": 816507699,
            "stop": 816508103
        },
        {
            "start": 816508109,
            "stop": 816508712
        },
        {
            "start": 816508716,
            "stop": 816508727
        },
        {
            "start": 816508745,
            "stop": 816509605
        },
        {
            "start": 816511410,
            "stop": 816512096
        },
        {
            "start": 816512101,
            "stop": 816512293
        },
        {
            "start": 816512741,
            "stop": 816513032
        }
    ]
}