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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=35",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=33",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 34,
    "results": [
        {
            "start": 931771432,
            "stop": 931771433
        },
        {
            "start": 931771527,
            "stop": 931771538
        },
        {
            "start": 931771583,
            "stop": 931771585
        },
        {
            "start": 931771715,
            "stop": 931771742
        },
        {
            "start": 931771818,
            "stop": 931771828
        },
        {
            "start": 931771908,
            "stop": 931771910
        },
        {
            "start": 931772064,
            "stop": 931772065
        },
        {
            "start": 931772140,
            "stop": 931772145
        },
        {
            "start": 931772202,
            "stop": 931772203
        },
        {
            "start": 931772231,
            "stop": 931772233
        },
        {
            "start": 931772276,
            "stop": 931772281
        },
        {
            "start": 931772314,
            "stop": 931772318
        },
        {
            "start": 931772339,
            "stop": 931772341
        },
        {
            "start": 931772360,
            "stop": 931772368
        },
        {
            "start": 931772392,
            "stop": 931772400
        },
        {
            "start": 931772467,
            "stop": 931772468
        },
        {
            "start": 931772577,
            "stop": 931772582
        },
        {
            "start": 931772601,
            "stop": 931772603
        },
        {
            "start": 931772622,
            "stop": 931772628
        },
        {
            "start": 931772718,
            "stop": 931772726
        }
    ]
}