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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=160",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=158",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 159,
    "results": [
        {
            "start": 1419268833,
            "stop": 1419273262
        },
        {
            "start": 1419273267,
            "stop": 1419274803
        },
        {
            "start": 1419274806,
            "stop": 1419277915
        },
        {
            "start": 1419277919,
            "stop": 1419280880
        },
        {
            "start": 1419280885,
            "stop": 1419285376
        },
        {
            "start": 1419293840,
            "stop": 1419303120
        },
        {
            "start": 1419303125,
            "stop": 1419313534
        },
        {
            "start": 1419318693,
            "stop": 1419323974
        },
        {
            "start": 1419323978,
            "stop": 1419329100
        },
        {
            "start": 1419329102,
            "stop": 1419339655
        },
        {
            "start": 1419352197,
            "stop": 1419372968
        },
        {
            "start": 1419372973,
            "stop": 1419407685
        },
        {
            "start": 1419407689,
            "stop": 1419411998
        },
        {
            "start": 1419412003,
            "stop": 1419416975
        },
        {
            "start": 1419416980,
            "stop": 1419421429
        },
        {
            "start": 1419421431,
            "stop": 1419424669
        },
        {
            "start": 1419424672,
            "stop": 1419432555
        },
        {
            "start": 1419432560,
            "stop": 1419435408
        },
        {
            "start": 1419435412,
            "stop": 1419446051
        },
        {
            "start": 1419446056,
            "stop": 1419447660
        }
    ]
}