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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5309",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5307",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5308,
    "results": [
        {
            "start": 1136495023,
            "stop": 1136495088
        },
        {
            "start": 1136495090,
            "stop": 1136495123
        },
        {
            "start": 1136495125,
            "stop": 1136495195
        },
        {
            "start": 1136495197,
            "stop": 1136495416
        },
        {
            "start": 1136495418,
            "stop": 1136495420
        },
        {
            "start": 1136495422,
            "stop": 1136495466
        },
        {
            "start": 1136495468,
            "stop": 1136495547
        },
        {
            "start": 1136495549,
            "stop": 1136495658
        },
        {
            "start": 1136495660,
            "stop": 1136495689
        },
        {
            "start": 1136495691,
            "stop": 1136495724
        },
        {
            "start": 1136495726,
            "stop": 1136495789
        },
        {
            "start": 1136495791,
            "stop": 1136495817
        },
        {
            "start": 1136495819,
            "stop": 1136495840
        },
        {
            "start": 1136495842,
            "stop": 1136495880
        },
        {
            "start": 1136495882,
            "stop": 1136495883
        },
        {
            "start": 1136495885,
            "stop": 1136495909
        },
        {
            "start": 1136495911,
            "stop": 1136496157
        },
        {
            "start": 1136496159,
            "stop": 1136496175
        },
        {
            "start": 1136496177,
            "stop": 1136496444
        },
        {
            "start": 1136496446,
            "stop": 1136496470
        }
    ]
}