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_H2L1/segments?format=api&page=1049
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_H2L1/segments?format=api&page=1050",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=1048",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 1049,
    "results": [
        {
            "start": 874669795,
            "stop": 874670215
        },
        {
            "start": 874670633,
            "stop": 874671083
        },
        {
            "start": 874671143,
            "stop": 874671563
        },
        {
            "start": 874671995,
            "stop": 874672205
        },
        {
            "start": 874672387,
            "stop": 874672537
        },
        {
            "start": 874672567,
            "stop": 874673107
        },
        {
            "start": 874673289,
            "stop": 874673349
        },
        {
            "start": 874673619,
            "stop": 874673859
        },
        {
            "start": 874674016,
            "stop": 874674076
        },
        {
            "start": 874674390,
            "stop": 874674450
        },
        {
            "start": 874674480,
            "stop": 874674540
        },
        {
            "start": 874674570,
            "stop": 874674630
        },
        {
            "start": 874675272,
            "stop": 874675392
        },
        {
            "start": 874676377,
            "stop": 874676437
        },
        {
            "start": 874677193,
            "stop": 874677253
        },
        {
            "start": 874677601,
            "stop": 874678081
        },
        {
            "start": 874678796,
            "stop": 874678856
        },
        {
            "start": 874679435,
            "stop": 874679675
        },
        {
            "start": 874679806,
            "stop": 874680826
        },
        {
            "start": 874680997,
            "stop": 874681537
        }
    ]
}