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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14138",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14136",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14137,
    "results": [
        {
            "start": 971163027,
            "stop": 971163029
        },
        {
            "start": 971163031,
            "stop": 971163032
        },
        {
            "start": 971163034,
            "stop": 971163037
        },
        {
            "start": 971163042,
            "stop": 971163044
        },
        {
            "start": 971163049,
            "stop": 971163052
        },
        {
            "start": 971163053,
            "stop": 971163054
        },
        {
            "start": 971163055,
            "stop": 971163056
        },
        {
            "start": 971163061,
            "stop": 971163063
        },
        {
            "start": 971163064,
            "stop": 971163067
        },
        {
            "start": 971163070,
            "stop": 971163074
        },
        {
            "start": 971163076,
            "stop": 971163081
        },
        {
            "start": 971163083,
            "stop": 971163088
        },
        {
            "start": 971163092,
            "stop": 971163096
        },
        {
            "start": 971163097,
            "stop": 971163100
        },
        {
            "start": 971163102,
            "stop": 971163109
        },
        {
            "start": 971163115,
            "stop": 971163118
        },
        {
            "start": 971163119,
            "stop": 971163121
        },
        {
            "start": 971163123,
            "stop": 971163124
        },
        {
            "start": 971163131,
            "stop": 971163134
        },
        {
            "start": 971163136,
            "stop": 971163137
        }
    ]
}