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=14830
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=14831",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14829",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14830,
    "results": [
        {
            "start": 971306894,
            "stop": 971306986
        },
        {
            "start": 971306989,
            "stop": 971307001
        },
        {
            "start": 971307004,
            "stop": 971307005
        },
        {
            "start": 971307023,
            "stop": 971307026
        },
        {
            "start": 971309223,
            "stop": 971309243
        },
        {
            "start": 971309246,
            "stop": 971309621
        },
        {
            "start": 971309639,
            "stop": 971309681
        },
        {
            "start": 971309684,
            "stop": 971309820
        },
        {
            "start": 971309823,
            "stop": 971309864
        },
        {
            "start": 971309867,
            "stop": 971309942
        },
        {
            "start": 971309945,
            "stop": 971309965
        },
        {
            "start": 971309986,
            "stop": 971310008
        },
        {
            "start": 971310026,
            "stop": 971310052
        },
        {
            "start": 971310055,
            "stop": 971310091
        },
        {
            "start": 971310094,
            "stop": 971310234
        },
        {
            "start": 971310237,
            "stop": 971310299
        },
        {
            "start": 971310317,
            "stop": 971310381
        },
        {
            "start": 971310399,
            "stop": 971310409
        },
        {
            "start": 971310412,
            "stop": 971310557
        },
        {
            "start": 971311500,
            "stop": 971311513
        }
    ]
}