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=7009
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=7010",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7008",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 7009,
    "results": [
        {
            "start": 873900848,
            "stop": 873901076
        },
        {
            "start": 873901079,
            "stop": 873901254
        },
        {
            "start": 873901257,
            "stop": 873901660
        },
        {
            "start": 873901666,
            "stop": 873903465
        },
        {
            "start": 873903468,
            "stop": 873904651
        },
        {
            "start": 873904654,
            "stop": 873904848
        },
        {
            "start": 873904851,
            "stop": 873905460
        },
        {
            "start": 873905520,
            "stop": 873905888
        },
        {
            "start": 873905891,
            "stop": 873906231
        },
        {
            "start": 873906240,
            "stop": 873906289
        },
        {
            "start": 873906292,
            "stop": 873906293
        },
        {
            "start": 873906296,
            "stop": 873908632
        },
        {
            "start": 873908635,
            "stop": 873908871
        },
        {
            "start": 873908874,
            "stop": 873908876
        },
        {
            "start": 873908879,
            "stop": 873908885
        },
        {
            "start": 873908890,
            "stop": 873909087
        },
        {
            "start": 873909090,
            "stop": 873909097
        },
        {
            "start": 873909100,
            "stop": 873909102
        },
        {
            "start": 873909105,
            "stop": 873909120
        },
        {
            "start": 873909123,
            "stop": 873909129
        }
    ]
}