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=61
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=62",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=60",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 61,
    "results": [
        {
            "start": 817290966,
            "stop": 817290967
        },
        {
            "start": 817290999,
            "stop": 817291006
        },
        {
            "start": 817291009,
            "stop": 817291034
        },
        {
            "start": 817291043,
            "stop": 817291044
        },
        {
            "start": 817291051,
            "stop": 817291071
        },
        {
            "start": 817291083,
            "stop": 817291101
        },
        {
            "start": 817291108,
            "stop": 817291142
        },
        {
            "start": 817291149,
            "stop": 817291159
        },
        {
            "start": 817291162,
            "stop": 817291177
        },
        {
            "start": 817291181,
            "stop": 817291237
        },
        {
            "start": 817291244,
            "stop": 817291308
        },
        {
            "start": 817291311,
            "stop": 817291393
        },
        {
            "start": 817291403,
            "stop": 817291448
        },
        {
            "start": 817291451,
            "stop": 817291494
        },
        {
            "start": 817291507,
            "stop": 817291547
        },
        {
            "start": 817291557,
            "stop": 817291582
        },
        {
            "start": 817291585,
            "stop": 817291639
        },
        {
            "start": 817291648,
            "stop": 817291650
        },
        {
            "start": 817291657,
            "stop": 817291682
        },
        {
            "start": 817291686,
            "stop": 817291715
        }
    ]
}