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_BURST_CAT3H/segments?format=api&page=150
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=151",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=149",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 150,
    "results": [
        {
            "start": 931447973,
            "stop": 931447995
        },
        {
            "start": 931447997,
            "stop": 931448055
        },
        {
            "start": 931448057,
            "stop": 931448096
        },
        {
            "start": 931448098,
            "stop": 931448198
        },
        {
            "start": 931448199,
            "stop": 931448212
        },
        {
            "start": 931448214,
            "stop": 931448248
        },
        {
            "start": 931448250,
            "stop": 931448261
        },
        {
            "start": 931448263,
            "stop": 931448267
        },
        {
            "start": 931448268,
            "stop": 931448319
        },
        {
            "start": 931448321,
            "stop": 931448323
        },
        {
            "start": 931448325,
            "stop": 931448370
        },
        {
            "start": 931448371,
            "stop": 931448433
        },
        {
            "start": 931448435,
            "stop": 931448489
        },
        {
            "start": 931448491,
            "stop": 931448504
        },
        {
            "start": 931448506,
            "stop": 931448512
        },
        {
            "start": 931448513,
            "stop": 931448619
        },
        {
            "start": 931448620,
            "stop": 931448662
        },
        {
            "start": 931448664,
            "stop": 931448681
        },
        {
            "start": 931448683,
            "stop": 931448764
        },
        {
            "start": 931448766,
            "stop": 931448805
        }
    ]
}