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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=111",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=109",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 110,
    "results": [
        {
            "start": 817859117,
            "stop": 817859140
        },
        {
            "start": 817859144,
            "stop": 817859231
        },
        {
            "start": 817859234,
            "stop": 817859241
        },
        {
            "start": 817859245,
            "stop": 817859248
        },
        {
            "start": 817859251,
            "stop": 817859261
        },
        {
            "start": 817859266,
            "stop": 817859279
        },
        {
            "start": 817859283,
            "stop": 817859384
        },
        {
            "start": 817859389,
            "stop": 817859399
        },
        {
            "start": 817859409,
            "stop": 817859423
        },
        {
            "start": 817859427,
            "stop": 817859429
        },
        {
            "start": 817859433,
            "stop": 817859479
        },
        {
            "start": 817859483,
            "stop": 817859546
        },
        {
            "start": 817859553,
            "stop": 817859555
        },
        {
            "start": 817859560,
            "stop": 817859622
        },
        {
            "start": 817859628,
            "stop": 817859630
        },
        {
            "start": 817859634,
            "stop": 817859641
        },
        {
            "start": 817859644,
            "stop": 817859652
        },
        {
            "start": 817859657,
            "stop": 817859701
        },
        {
            "start": 817859704,
            "stop": 817859738
        },
        {
            "start": 817859742,
            "stop": 817859764
        }
    ]
}