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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=43",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=41",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 42,
    "results": [
        {
            "start": 817443683,
            "stop": 817443686
        },
        {
            "start": 817443694,
            "stop": 817443700
        },
        {
            "start": 817443708,
            "stop": 817444393
        },
        {
            "start": 817444402,
            "stop": 817444878
        },
        {
            "start": 817444886,
            "stop": 817445002
        },
        {
            "start": 817445010,
            "stop": 817445108
        },
        {
            "start": 817445115,
            "stop": 817447359
        },
        {
            "start": 817447367,
            "stop": 817447503
        },
        {
            "start": 817447511,
            "stop": 817447629
        },
        {
            "start": 817451182,
            "stop": 817451228
        },
        {
            "start": 817451245,
            "stop": 817451255
        },
        {
            "start": 817451263,
            "stop": 817451328
        },
        {
            "start": 817451337,
            "stop": 817451362
        },
        {
            "start": 817451370,
            "stop": 817451372
        },
        {
            "start": 817451378,
            "stop": 817451658
        },
        {
            "start": 817451666,
            "stop": 817451674
        },
        {
            "start": 817451682,
            "stop": 817451684
        },
        {
            "start": 817451692,
            "stop": 817451732
        },
        {
            "start": 817451743,
            "stop": 817451778
        },
        {
            "start": 817451787,
            "stop": 817453282
        }
    ]
}