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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=808",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=806",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 807,
    "results": [
        {
            "start": 958033583,
            "stop": 958034186
        },
        {
            "start": 958034191,
            "stop": 958034456
        },
        {
            "start": 958034462,
            "stop": 958036358
        },
        {
            "start": 958036364,
            "stop": 958037039
        },
        {
            "start": 958037045,
            "stop": 958037192
        },
        {
            "start": 958037198,
            "stop": 958037319
        },
        {
            "start": 958037325,
            "stop": 958037876
        },
        {
            "start": 958037882,
            "stop": 958040813
        },
        {
            "start": 958040819,
            "stop": 958042644
        },
        {
            "start": 958042650,
            "stop": 958043356
        },
        {
            "start": 958043362,
            "stop": 958043723
        },
        {
            "start": 958043729,
            "stop": 958044220
        },
        {
            "start": 958044225,
            "stop": 958044232
        },
        {
            "start": 958044238,
            "stop": 958044394
        },
        {
            "start": 958044400,
            "stop": 958045205
        },
        {
            "start": 958048536,
            "stop": 958048579
        },
        {
            "start": 958048750,
            "stop": 958049473
        },
        {
            "start": 958049479,
            "stop": 958055058
        },
        {
            "start": 958055064,
            "stop": 958055398
        },
        {
            "start": 958055404,
            "stop": 958057173
        }
    ]
}