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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=113",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=111",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 112,
    "results": [
        {
            "start": 931513254,
            "stop": 931513267
        },
        {
            "start": 931513270,
            "stop": 931513274
        },
        {
            "start": 931513277,
            "stop": 931513281
        },
        {
            "start": 931513287,
            "stop": 931513301
        },
        {
            "start": 931513310,
            "stop": 931513312
        },
        {
            "start": 931513315,
            "stop": 931513327
        },
        {
            "start": 931513330,
            "stop": 931513333
        },
        {
            "start": 931513336,
            "stop": 931513341
        },
        {
            "start": 931513344,
            "stop": 931513385
        },
        {
            "start": 931513388,
            "stop": 931513410
        },
        {
            "start": 931513413,
            "stop": 931513423
        },
        {
            "start": 931513426,
            "stop": 931513429
        },
        {
            "start": 931513432,
            "stop": 931513435
        },
        {
            "start": 931513439,
            "stop": 931513445
        },
        {
            "start": 931513448,
            "stop": 931513449
        },
        {
            "start": 931513452,
            "stop": 931513474
        },
        {
            "start": 931513477,
            "stop": 931513501
        },
        {
            "start": 931513504,
            "stop": 931513506
        },
        {
            "start": 931513509,
            "stop": 931513540
        },
        {
            "start": 931513543,
            "stop": 931513546
        }
    ]
}