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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16645",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16643",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16644,
    "results": [
        {
            "start": 874824611,
            "stop": 874824686
        },
        {
            "start": 874824687,
            "stop": 874824688
        },
        {
            "start": 874824689,
            "stop": 874824690
        },
        {
            "start": 874824691,
            "stop": 874824700
        },
        {
            "start": 874824704,
            "stop": 874824713
        },
        {
            "start": 874824714,
            "stop": 874824736
        },
        {
            "start": 874824741,
            "stop": 874824745
        },
        {
            "start": 874824751,
            "stop": 874824756
        },
        {
            "start": 874824759,
            "stop": 874824764
        },
        {
            "start": 874824767,
            "stop": 874824788
        },
        {
            "start": 874824789,
            "stop": 874824820
        },
        {
            "start": 874824821,
            "stop": 874824860
        },
        {
            "start": 874824862,
            "stop": 874824876
        },
        {
            "start": 874824877,
            "stop": 874824912
        },
        {
            "start": 874824913,
            "stop": 874824946
        },
        {
            "start": 874824948,
            "stop": 874824964
        },
        {
            "start": 874824965,
            "stop": 874825069
        },
        {
            "start": 874825070,
            "stop": 874825081
        },
        {
            "start": 874825083,
            "stop": 874825094
        },
        {
            "start": 874825096,
            "stop": 874825170
        }
    ]
}