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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=177",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=175",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 176,
    "results": [
        {
            "start": 932963713,
            "stop": 932963716
        },
        {
            "start": 932963737,
            "stop": 932963743
        },
        {
            "start": 932963762,
            "stop": 932963766
        },
        {
            "start": 932963785,
            "stop": 932963805
        },
        {
            "start": 932963839,
            "stop": 932963871
        },
        {
            "start": 932963899,
            "stop": 932963930
        },
        {
            "start": 932963949,
            "stop": 932963950
        },
        {
            "start": 932963981,
            "stop": 932963995
        },
        {
            "start": 932964022,
            "stop": 932964123
        },
        {
            "start": 932964142,
            "stop": 932964172
        },
        {
            "start": 932964214,
            "stop": 932964223
        },
        {
            "start": 932964242,
            "stop": 932964245
        },
        {
            "start": 932964328,
            "stop": 932964347
        },
        {
            "start": 932964372,
            "stop": 932964408
        },
        {
            "start": 932964427,
            "stop": 932964454
        },
        {
            "start": 932964513,
            "stop": 932964521
        },
        {
            "start": 932964567,
            "stop": 932964570
        },
        {
            "start": 932964606,
            "stop": 932964607
        },
        {
            "start": 932964612,
            "stop": 932964615
        },
        {
            "start": 932964703,
            "stop": 932964721
        }
    ]
}