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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=80",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=78",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 79,
    "results": [
        {
            "start": 817638038,
            "stop": 817638053
        },
        {
            "start": 817638061,
            "stop": 817638103
        },
        {
            "start": 817638857,
            "stop": 817647881
        },
        {
            "start": 817647884,
            "stop": 817648017
        },
        {
            "start": 817648020,
            "stop": 817648031
        },
        {
            "start": 817648035,
            "stop": 817651830
        },
        {
            "start": 817652914,
            "stop": 817653059
        },
        {
            "start": 817653065,
            "stop": 817653082
        },
        {
            "start": 817653085,
            "stop": 817653089
        },
        {
            "start": 817653092,
            "stop": 817653125
        },
        {
            "start": 817653128,
            "stop": 817653143
        },
        {
            "start": 817653149,
            "stop": 817654573
        },
        {
            "start": 817654577,
            "stop": 817655610
        },
        {
            "start": 817655615,
            "stop": 817656113
        },
        {
            "start": 817656117,
            "stop": 817656289
        },
        {
            "start": 817656298,
            "stop": 817656472
        },
        {
            "start": 817656475,
            "stop": 817656737
        },
        {
            "start": 817656752,
            "stop": 817657097
        },
        {
            "start": 817657101,
            "stop": 817657144
        },
        {
            "start": 817657147,
            "stop": 817657296
        }
    ]
}