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=14204
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=14205",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14203",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14204,
    "results": [
        {
            "start": 971170104,
            "stop": 971170105
        },
        {
            "start": 971170107,
            "stop": 971170114
        },
        {
            "start": 971170116,
            "stop": 971170117
        },
        {
            "start": 971170120,
            "stop": 971170122
        },
        {
            "start": 971170123,
            "stop": 971170124
        },
        {
            "start": 971170126,
            "stop": 971170127
        },
        {
            "start": 971170134,
            "stop": 971170135
        },
        {
            "start": 971170138,
            "stop": 971170139
        },
        {
            "start": 971170143,
            "stop": 971170145
        },
        {
            "start": 971170146,
            "stop": 971170147
        },
        {
            "start": 971170148,
            "stop": 971170149
        },
        {
            "start": 971170151,
            "stop": 971170152
        },
        {
            "start": 971170156,
            "stop": 971170158
        },
        {
            "start": 971170159,
            "stop": 971170161
        },
        {
            "start": 971170164,
            "stop": 971170168
        },
        {
            "start": 971170169,
            "stop": 971170170
        },
        {
            "start": 971170176,
            "stop": 971170177
        },
        {
            "start": 971170180,
            "stop": 971170181
        },
        {
            "start": 971170190,
            "stop": 971170192
        },
        {
            "start": 971170194,
            "stop": 971170195
        }
    ]
}