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=4867
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=4868",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4866",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4867,
    "results": [
        {
            "start": 971550218,
            "stop": 971550230
        },
        {
            "start": 971550233,
            "stop": 971550275
        },
        {
            "start": 971550293,
            "stop": 971550348
        },
        {
            "start": 971550351,
            "stop": 971550404
        },
        {
            "start": 971550407,
            "stop": 971550445
        },
        {
            "start": 971550448,
            "stop": 971550575
        },
        {
            "start": 971550578,
            "stop": 971550608
        },
        {
            "start": 971550611,
            "stop": 971550663
        },
        {
            "start": 971550666,
            "stop": 971550700
        },
        {
            "start": 971550703,
            "stop": 971550866
        },
        {
            "start": 971550883,
            "stop": 971550898
        },
        {
            "start": 971550901,
            "stop": 971550933
        },
        {
            "start": 971550936,
            "stop": 971550939
        },
        {
            "start": 971550942,
            "stop": 971551016
        },
        {
            "start": 971551033,
            "stop": 971551105
        },
        {
            "start": 971551125,
            "stop": 971551571
        },
        {
            "start": 971551573,
            "stop": 971551609
        },
        {
            "start": 971551610,
            "stop": 971551694
        },
        {
            "start": 971551697,
            "stop": 971551898
        },
        {
            "start": 971551901,
            "stop": 971552051
        }
    ]
}