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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=197",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=195",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 196,
    "results": [
        {
            "start": 931483156,
            "stop": 931483160
        },
        {
            "start": 931483167,
            "stop": 931483168
        },
        {
            "start": 931483174,
            "stop": 931483180
        },
        {
            "start": 931483182,
            "stop": 931483187
        },
        {
            "start": 931483190,
            "stop": 931483191
        },
        {
            "start": 931483194,
            "stop": 931483196
        },
        {
            "start": 931483200,
            "stop": 931483202
        },
        {
            "start": 931483205,
            "stop": 931483206
        },
        {
            "start": 931483211,
            "stop": 931483216
        },
        {
            "start": 931483219,
            "stop": 931483223
        },
        {
            "start": 931483227,
            "stop": 931483231
        },
        {
            "start": 931483234,
            "stop": 931483246
        },
        {
            "start": 931483247,
            "stop": 931483262
        },
        {
            "start": 931483265,
            "stop": 931483275
        },
        {
            "start": 931483278,
            "stop": 931483290
        },
        {
            "start": 931483293,
            "stop": 931483303
        },
        {
            "start": 931483307,
            "stop": 931483313
        },
        {
            "start": 931483315,
            "stop": 931483321
        },
        {
            "start": 931483324,
            "stop": 931483326
        },
        {
            "start": 931483330,
            "stop": 931483336
        }
    ]
}