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=24
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=25",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_STOCH_CAT1/segments?format=api&page=23",
    "results_count": 3228,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 24,
    "results": [
        {
            "start": 934664399,
            "stop": 934667036
        },
        {
            "start": 934667533,
            "stop": 934684584
        },
        {
            "start": 934684962,
            "stop": 934698283
        },
        {
            "start": 934700029,
            "stop": 934705767
        },
        {
            "start": 934708092,
            "stop": 934713854
        },
        {
            "start": 934715360,
            "stop": 934715631
        },
        {
            "start": 934716304,
            "stop": 934716565
        },
        {
            "start": 934768230,
            "stop": 934772839
        },
        {
            "start": 934773714,
            "stop": 934786694
        },
        {
            "start": 934792720,
            "stop": 934797342
        },
        {
            "start": 934801640,
            "stop": 934802283
        },
        {
            "start": 934802778,
            "stop": 934803747
        },
        {
            "start": 934805890,
            "stop": 934806748
        },
        {
            "start": 934867679,
            "stop": 934886485
        },
        {
            "start": 934890600,
            "stop": 934890733
        },
        {
            "start": 934937296,
            "stop": 934940933
        },
        {
            "start": 934941291,
            "stop": 934942288
        },
        {
            "start": 934943188,
            "stop": 934972186
        },
        {
            "start": 934973577,
            "stop": 934974572
        },
        {
            "start": 935000382,
            "stop": 935004803
        }
    ]
}