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=184
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=185",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=183",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 184,
    "results": [
        {
            "start": 1374308181,
            "stop": 1374310383
        },
        {
            "start": 1374310388,
            "stop": 1374312326
        },
        {
            "start": 1374312328,
            "stop": 1374314379
        },
        {
            "start": 1374314381,
            "stop": 1374315612
        },
        {
            "start": 1374315615,
            "stop": 1374316267
        },
        {
            "start": 1374316269,
            "stop": 1374317965
        },
        {
            "start": 1374317968,
            "stop": 1374318472
        },
        {
            "start": 1374318474,
            "stop": 1374319659
        },
        {
            "start": 1374319663,
            "stop": 1374320035
        },
        {
            "start": 1374320039,
            "stop": 1374320247
        },
        {
            "start": 1374320248,
            "stop": 1374322640
        },
        {
            "start": 1374322641,
            "stop": 1374323770
        },
        {
            "start": 1374323773,
            "stop": 1374323921
        },
        {
            "start": 1374323922,
            "stop": 1374325784
        },
        {
            "start": 1374325785,
            "stop": 1374327328
        },
        {
            "start": 1374364602,
            "stop": 1374364620
        },
        {
            "start": 1374364621,
            "stop": 1374366452
        },
        {
            "start": 1374366456,
            "stop": 1374366570
        },
        {
            "start": 1374366571,
            "stop": 1374368603
        },
        {
            "start": 1374368604,
            "stop": 1374368747
        }
    ]
}