Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14879
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14880",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14878",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14879,
    "results": [
        {
            "start": 971414473,
            "stop": 971414485
        },
        {
            "start": 971414488,
            "stop": 971414490
        },
        {
            "start": 971414491,
            "stop": 971414498
        },
        {
            "start": 971414499,
            "stop": 971414506
        },
        {
            "start": 971414507,
            "stop": 971414522
        },
        {
            "start": 971414524,
            "stop": 971414532
        },
        {
            "start": 971414533,
            "stop": 971414542
        },
        {
            "start": 971414543,
            "stop": 971414546
        },
        {
            "start": 971414549,
            "stop": 971414557
        },
        {
            "start": 971414561,
            "stop": 971414570
        },
        {
            "start": 971414571,
            "stop": 971414575
        },
        {
            "start": 971414576,
            "stop": 971414587
        },
        {
            "start": 971414590,
            "stop": 971414607
        },
        {
            "start": 971414609,
            "stop": 971414619
        },
        {
            "start": 971414622,
            "stop": 971414623
        },
        {
            "start": 971414625,
            "stop": 971414640
        },
        {
            "start": 971414641,
            "stop": 971414651
        },
        {
            "start": 971414654,
            "stop": 971414655
        },
        {
            "start": 971414658,
            "stop": 971414671
        },
        {
            "start": 971414672,
            "stop": 971414675
        }
    ]
}