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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=93",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=91",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 92,
    "results": [
        {
            "start": 1371447494,
            "stop": 1371449150
        },
        {
            "start": 1371449154,
            "stop": 1371449410
        },
        {
            "start": 1371449412,
            "stop": 1371451364
        },
        {
            "start": 1371451366,
            "stop": 1371453502
        },
        {
            "start": 1371453504,
            "stop": 1371455362
        },
        {
            "start": 1371455363,
            "stop": 1371457450
        },
        {
            "start": 1371457451,
            "stop": 1371459243
        },
        {
            "start": 1371459245,
            "stop": 1371461471
        },
        {
            "start": 1371461473,
            "stop": 1371463264
        },
        {
            "start": 1371463265,
            "stop": 1371465565
        },
        {
            "start": 1371465567,
            "stop": 1371467595
        },
        {
            "start": 1371467597,
            "stop": 1371469653
        },
        {
            "start": 1371474513,
            "stop": 1371476493
        },
        {
            "start": 1371476495,
            "stop": 1371479185
        },
        {
            "start": 1371479187,
            "stop": 1371480535
        },
        {
            "start": 1371483178,
            "stop": 1371483258
        },
        {
            "start": 1371483260,
            "stop": 1371486071
        },
        {
            "start": 1371486073,
            "stop": 1371486684
        },
        {
            "start": 1371486686,
            "stop": 1371488098
        },
        {
            "start": 1371488100,
            "stop": 1371488534
        }
    ]
}