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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=123",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=121",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 122,
    "results": [
        {
            "start": 931341156,
            "stop": 931341157
        },
        {
            "start": 931341165,
            "stop": 931341167
        },
        {
            "start": 931341174,
            "stop": 931341179
        },
        {
            "start": 931341181,
            "stop": 931341182
        },
        {
            "start": 931341184,
            "stop": 931341185
        },
        {
            "start": 931341187,
            "stop": 931341188
        },
        {
            "start": 931341190,
            "stop": 931341193
        },
        {
            "start": 931341197,
            "stop": 931341199
        },
        {
            "start": 931341205,
            "stop": 931341206
        },
        {
            "start": 931341215,
            "stop": 931341217
        },
        {
            "start": 931341227,
            "stop": 931341229
        },
        {
            "start": 931341243,
            "stop": 931341244
        },
        {
            "start": 931341252,
            "stop": 931341254
        },
        {
            "start": 931341256,
            "stop": 931341262
        },
        {
            "start": 931341271,
            "stop": 931341272
        },
        {
            "start": 931341282,
            "stop": 931341283
        },
        {
            "start": 931341286,
            "stop": 931341289
        },
        {
            "start": 931341294,
            "stop": 931341309
        },
        {
            "start": 931341313,
            "stop": 931341314
        },
        {
            "start": 931341322,
            "stop": 931341323
        }
    ]
}