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_CBCHIGH_CAT3/segments?format=api&page=14893
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=14894",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14892",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14893,
    "results": [
        {
            "start": 971443813,
            "stop": 971443823
        },
        {
            "start": 971443825,
            "stop": 971443840
        },
        {
            "start": 971443842,
            "stop": 971443852
        },
        {
            "start": 971443853,
            "stop": 971443861
        },
        {
            "start": 971443864,
            "stop": 971443865
        },
        {
            "start": 971443867,
            "stop": 971443869
        },
        {
            "start": 971443870,
            "stop": 971443887
        },
        {
            "start": 971443890,
            "stop": 971443897
        },
        {
            "start": 971443901,
            "stop": 971443902
        },
        {
            "start": 971443907,
            "stop": 971443917
        },
        {
            "start": 971443919,
            "stop": 971443932
        },
        {
            "start": 971443936,
            "stop": 971443940
        },
        {
            "start": 971443941,
            "stop": 971443961
        },
        {
            "start": 971443964,
            "stop": 971443994
        },
        {
            "start": 971443997,
            "stop": 971443998
        },
        {
            "start": 971444001,
            "stop": 971444010
        },
        {
            "start": 971444012,
            "stop": 971444017
        },
        {
            "start": 971444019,
            "stop": 971444021
        },
        {
            "start": 971444026,
            "stop": 971444036
        },
        {
            "start": 971444039,
            "stop": 971444046
        }
    ]
}