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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5348",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5346",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5347,
    "results": [
        {
            "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
        },
        {
            "start": 971311516,
            "stop": 971311697
        },
        {
            "start": 971311715,
            "stop": 971311970
        },
        {
            "start": 971311973,
            "stop": 971312011
        },
        {
            "start": 971312014,
            "stop": 971312094
        },
        {
            "start": 971312097,
            "stop": 971312162
        },
        {
            "start": 971315503,
            "stop": 971315549
        },
        {
            "start": 971316931,
            "stop": 971316995
        }
    ]
}