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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8193",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8191",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8192,
    "results": [
        {
            "start": 971346551,
            "stop": 971346683
        },
        {
            "start": 971346686,
            "stop": 971347358
        },
        {
            "start": 971347361,
            "stop": 971347894
        },
        {
            "start": 971347897,
            "stop": 971348150
        },
        {
            "start": 971348153,
            "stop": 971350056
        },
        {
            "start": 971350059,
            "stop": 971351207
        },
        {
            "start": 971351210,
            "stop": 971351845
        },
        {
            "start": 971354464,
            "stop": 971355753
        },
        {
            "start": 971355756,
            "stop": 971356081
        },
        {
            "start": 971356084,
            "stop": 971357250
        },
        {
            "start": 971357253,
            "stop": 971357939
        },
        {
            "start": 971357942,
            "stop": 971360331
        },
        {
            "start": 971360352,
            "stop": 971361288
        },
        {
            "start": 971361291,
            "stop": 971361493
        },
        {
            "start": 971363682,
            "stop": 971364200
        },
        {
            "start": 971364204,
            "stop": 971365262
        },
        {
            "start": 971365265,
            "stop": 971365506
        },
        {
            "start": 971365509,
            "stop": 971365565
        },
        {
            "start": 971365568,
            "stop": 971366053
        },
        {
            "start": 971366056,
            "stop": 971366225
        }
    ]
}