Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=56
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=57",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=55",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 56,
    "results": [
        {
            "start": 943620910,
            "stop": 943622282
        },
        {
            "start": 943623162,
            "stop": 943623659
        },
        {
            "start": 943627684,
            "stop": 943627708
        },
        {
            "start": 943972852,
            "stop": 943973554
        },
        {
            "start": 943977033,
            "stop": 943978353
        },
        {
            "start": 943979795,
            "stop": 943981660
        },
        {
            "start": 943982744,
            "stop": 943983741
        },
        {
            "start": 943985003,
            "stop": 943985468
        },
        {
            "start": 943988807,
            "stop": 943989898
        },
        {
            "start": 943994908,
            "stop": 943995832
        },
        {
            "start": 944073142,
            "stop": 944075444
        },
        {
            "start": 944076748,
            "stop": 944077046
        },
        {
            "start": 944078186,
            "stop": 944078333
        },
        {
            "start": 944085058,
            "stop": 944086094
        },
        {
            "start": 944088000,
            "stop": 944088525
        },
        {
            "start": 944088935,
            "stop": 944089419
        },
        {
            "start": 944091477,
            "stop": 944092210
        },
        {
            "start": 944094032,
            "stop": 944094256
        },
        {
            "start": 944096495,
            "stop": 944096860
        },
        {
            "start": 944101122,
            "stop": 944101842
        }
    ]
}