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=16715
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=16716",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16714",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16715,
    "results": [
        {
            "start": 875007818,
            "stop": 875007828
        },
        {
            "start": 875007829,
            "stop": 875007860
        },
        {
            "start": 875007861,
            "stop": 875007871
        },
        {
            "start": 875007873,
            "stop": 875007879
        },
        {
            "start": 875007880,
            "stop": 875007909
        },
        {
            "start": 875007910,
            "stop": 875007920
        },
        {
            "start": 875007921,
            "stop": 875007922
        },
        {
            "start": 875007923,
            "stop": 875007926
        },
        {
            "start": 875007929,
            "stop": 875007932
        },
        {
            "start": 875007936,
            "stop": 875007938
        },
        {
            "start": 875007940,
            "stop": 875007993
        },
        {
            "start": 875007994,
            "stop": 875008000
        },
        {
            "start": 875008002,
            "stop": 875008004
        },
        {
            "start": 875008005,
            "stop": 875008015
        },
        {
            "start": 875008018,
            "stop": 875008102
        },
        {
            "start": 875008103,
            "stop": 875008116
        },
        {
            "start": 875008117,
            "stop": 875008122
        },
        {
            "start": 875008123,
            "stop": 875008146
        },
        {
            "start": 875008148,
            "stop": 875008150
        },
        {
            "start": 875008151,
            "stop": 875008161
        }
    ]
}