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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=68",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=66",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 67,
    "results": [
        {
            "start": 819521491,
            "stop": 819521611
        },
        {
            "start": 819521856,
            "stop": 819521976
        },
        {
            "start": 819522142,
            "stop": 819522202
        },
        {
            "start": 819522500,
            "stop": 819522680
        },
        {
            "start": 819522845,
            "stop": 819522965
        },
        {
            "start": 819523346,
            "stop": 819523766
        },
        {
            "start": 819523909,
            "stop": 819523969
        },
        {
            "start": 819525118,
            "stop": 819525178
        },
        {
            "start": 819525398,
            "stop": 819526118
        },
        {
            "start": 819526391,
            "stop": 819526451
        },
        {
            "start": 819526628,
            "stop": 819527168
        },
        {
            "start": 819527458,
            "stop": 819527578
        },
        {
            "start": 819528001,
            "stop": 819528241
        },
        {
            "start": 819528564,
            "stop": 819528654
        },
        {
            "start": 819529086,
            "stop": 819529206
        },
        {
            "start": 819529360,
            "stop": 819529480
        },
        {
            "start": 819529748,
            "stop": 819529808
        },
        {
            "start": 819530174,
            "stop": 819530234
        },
        {
            "start": 819531183,
            "stop": 819531903
        },
        {
            "start": 819532400,
            "stop": 819532520
        }
    ]
}