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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=3952",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=3950",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 3951,
    "results": [
        {
            "start": 874414562,
            "stop": 874414586
        },
        {
            "start": 874414592,
            "stop": 874416756
        },
        {
            "start": 874416760,
            "stop": 874416761
        },
        {
            "start": 874416764,
            "stop": 874416876
        },
        {
            "start": 874416877,
            "stop": 874416907
        },
        {
            "start": 874416908,
            "stop": 874416937
        },
        {
            "start": 874416938,
            "stop": 874416981
        },
        {
            "start": 874416982,
            "stop": 874417004
        },
        {
            "start": 874417010,
            "stop": 874417014
        },
        {
            "start": 874417020,
            "stop": 874418012
        },
        {
            "start": 874418013,
            "stop": 874420453
        },
        {
            "start": 874420456,
            "stop": 874420530
        },
        {
            "start": 874420534,
            "stop": 874420550
        },
        {
            "start": 874420553,
            "stop": 874420562
        },
        {
            "start": 874420565,
            "stop": 874420568
        },
        {
            "start": 874420574,
            "stop": 874420575
        },
        {
            "start": 874420580,
            "stop": 874421413
        },
        {
            "start": 874421415,
            "stop": 874421683
        },
        {
            "start": 874421938,
            "stop": 874422008
        },
        {
            "start": 874422010,
            "stop": 874422030
        }
    ]
}