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=272
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=273",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=271",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 272,
    "results": [
        {
            "start": 931513206,
            "stop": 931513207
        },
        {
            "start": 931513210,
            "stop": 931513211
        },
        {
            "start": 931513215,
            "stop": 931513216
        },
        {
            "start": 931513219,
            "stop": 931513233
        },
        {
            "start": 931513236,
            "stop": 931513251
        },
        {
            "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": 931513353
        },
        {
            "start": 931513355,
            "stop": 931513385
        },
        {
            "start": 931513388,
            "stop": 931513406
        },
        {
            "start": 931513408,
            "stop": 931513410
        },
        {
            "start": 931513413,
            "stop": 931513423
        },
        {
            "start": 931513426,
            "stop": 931513429
        },
        {
            "start": 931513432,
            "stop": 931513435
        }
    ]
}