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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=15",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=13",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 14,
    "results": [
        {
            "start": 816233665,
            "stop": 816233669
        },
        {
            "start": 816233677,
            "stop": 816233739
        },
        {
            "start": 816233747,
            "stop": 816233772
        },
        {
            "start": 816233784,
            "stop": 816233831
        },
        {
            "start": 816233841,
            "stop": 816233845
        },
        {
            "start": 816233858,
            "stop": 816233894
        },
        {
            "start": 816233902,
            "stop": 816233906
        },
        {
            "start": 816233913,
            "stop": 816233961
        },
        {
            "start": 816233971,
            "stop": 816233984
        },
        {
            "start": 816233994,
            "stop": 816233995
        },
        {
            "start": 816234002,
            "stop": 816234012
        },
        {
            "start": 816234021,
            "stop": 816234047
        },
        {
            "start": 816234054,
            "stop": 816234058
        },
        {
            "start": 816234073,
            "stop": 816234105
        },
        {
            "start": 816234114,
            "stop": 816234126
        },
        {
            "start": 816234135,
            "stop": 816234136
        },
        {
            "start": 816234143,
            "stop": 816234150
        },
        {
            "start": 816234158,
            "stop": 816234176
        },
        {
            "start": 816234184,
            "stop": 816234192
        },
        {
            "start": 816234199,
            "stop": 816234218
        }
    ]
}