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=22
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=23",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=21",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 22,
    "results": [
        {
            "start": 931565965,
            "stop": 931565993
        },
        {
            "start": 931566018,
            "stop": 931566040
        },
        {
            "start": 931566060,
            "stop": 931566123
        },
        {
            "start": 931566142,
            "stop": 931566145
        },
        {
            "start": 931566164,
            "stop": 931566177
        },
        {
            "start": 931566261,
            "stop": 931566267
        },
        {
            "start": 931566302,
            "stop": 931566306
        },
        {
            "start": 931590175,
            "stop": 931590177
        },
        {
            "start": 931590318,
            "stop": 931590321
        },
        {
            "start": 931590386,
            "stop": 931590389
        },
        {
            "start": 931591829,
            "stop": 931591831
        },
        {
            "start": 931591869,
            "stop": 931591870
        },
        {
            "start": 931592007,
            "stop": 931592012
        },
        {
            "start": 931592055,
            "stop": 931592061
        },
        {
            "start": 931592120,
            "stop": 931592147
        },
        {
            "start": 931592335,
            "stop": 931592339
        },
        {
            "start": 931592398,
            "stop": 931592399
        },
        {
            "start": 931592840,
            "stop": 931592841
        },
        {
            "start": 931593174,
            "stop": 931593182
        },
        {
            "start": 931593205,
            "stop": 931593208
        }
    ]
}