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=16
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=17",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=15",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 16,
    "results": [
        {
            "start": 817206673,
            "stop": 817206913
        },
        {
            "start": 817208317,
            "stop": 817208377
        },
        {
            "start": 817208615,
            "stop": 817208705
        },
        {
            "start": 817208879,
            "stop": 817208939
        },
        {
            "start": 817209579,
            "stop": 817209639
        },
        {
            "start": 817210002,
            "stop": 817210062
        },
        {
            "start": 817211830,
            "stop": 817211890
        },
        {
            "start": 817223323,
            "stop": 817223923
        },
        {
            "start": 817228593,
            "stop": 817228713
        },
        {
            "start": 817228887,
            "stop": 817228947
        },
        {
            "start": 817249135,
            "stop": 817249435
        },
        {
            "start": 817249525,
            "stop": 817249675
        },
        {
            "start": 817249813,
            "stop": 817250233
        },
        {
            "start": 817250525,
            "stop": 817250585
        },
        {
            "start": 817250968,
            "stop": 817251508
        },
        {
            "start": 817251661,
            "stop": 817251721
        },
        {
            "start": 817251903,
            "stop": 817252083
        },
        {
            "start": 817255460,
            "stop": 817255820
        },
        {
            "start": 817255989,
            "stop": 817256049
        },
        {
            "start": 817256228,
            "stop": 817256588
        }
    ]
}