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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_STOCH_CAT1/segments?format=api&page=19",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_STOCH_CAT1/segments?format=api&page=17",
    "results_count": 3228,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 18,
    "results": [
        {
            "start": 933729764,
            "stop": 933730677
        },
        {
            "start": 933731371,
            "stop": 933733291
        },
        {
            "start": 933734293,
            "stop": 933763521
        },
        {
            "start": 933772816,
            "stop": 933773007
        },
        {
            "start": 933774442,
            "stop": 933775998
        },
        {
            "start": 933778716,
            "stop": 933780683
        },
        {
            "start": 933781482,
            "stop": 933783396
        },
        {
            "start": 933784695,
            "stop": 933785304
        },
        {
            "start": 933785798,
            "stop": 933794464
        },
        {
            "start": 933795132,
            "stop": 933808678
        },
        {
            "start": 933809158,
            "stop": 933812314
        },
        {
            "start": 933812471,
            "stop": 933815140
        },
        {
            "start": 933816877,
            "stop": 933817199
        },
        {
            "start": 933817242,
            "stop": 933825395
        },
        {
            "start": 933826145,
            "stop": 933826146
        },
        {
            "start": 933829390,
            "stop": 933842740
        },
        {
            "start": 933843676,
            "stop": 933851831
        },
        {
            "start": 933865440,
            "stop": 933866148
        },
        {
            "start": 933866738,
            "stop": 933867900
        },
        {
            "start": 933869228,
            "stop": 933869320
        }
    ]
}