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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=593",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=591",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 592,
    "results": [
        {
            "start": 841762919,
            "stop": 841767480
        },
        {
            "start": 841768433,
            "stop": 841769431
        },
        {
            "start": 841769442,
            "stop": 841777393
        },
        {
            "start": 841778138,
            "stop": 841781560
        },
        {
            "start": 841782113,
            "stop": 841792455
        },
        {
            "start": 841793896,
            "stop": 841811481
        },
        {
            "start": 841812417,
            "stop": 841827862
        },
        {
            "start": 841829945,
            "stop": 841863902
        },
        {
            "start": 841863907,
            "stop": 841863914
        },
        {
            "start": 841864690,
            "stop": 841915459
        },
        {
            "start": 841915464,
            "stop": 841915469
        },
        {
            "start": 841915477,
            "stop": 841915479
        },
        {
            "start": 841915486,
            "stop": 841922203
        },
        {
            "start": 841923751,
            "stop": 841930041
        },
        {
            "start": 841964048,
            "stop": 842037042
        },
        {
            "start": 842039464,
            "stop": 842047000
        },
        {
            "start": 842048134,
            "stop": 842048307
        },
        {
            "start": 842048316,
            "stop": 842048332
        },
        {
            "start": 842048337,
            "stop": 842048460
        },
        {
            "start": 842049326,
            "stop": 842103828
        }
    ]
}