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_CBCLOW_CAT3/segments?format=api&page=254
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=255",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=253",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 254,
    "results": [
        {
            "start": 933315527,
            "stop": 933315633
        },
        {
            "start": 933315652,
            "stop": 933316508
        },
        {
            "start": 933316527,
            "stop": 933316662
        },
        {
            "start": 933316663,
            "stop": 933316743
        },
        {
            "start": 933316761,
            "stop": 933317329
        },
        {
            "start": 933317348,
            "stop": 933317769
        },
        {
            "start": 933317796,
            "stop": 933317828
        },
        {
            "start": 933317913,
            "stop": 933317914
        },
        {
            "start": 933317951,
            "stop": 933317953
        },
        {
            "start": 933317988,
            "stop": 933317990
        },
        {
            "start": 933318030,
            "stop": 933318040
        },
        {
            "start": 933318090,
            "stop": 933318092
        },
        {
            "start": 933318093,
            "stop": 933318108
        },
        {
            "start": 933318127,
            "stop": 933318235
        },
        {
            "start": 933318269,
            "stop": 933318344
        },
        {
            "start": 933318363,
            "stop": 933318442
        },
        {
            "start": 933318443,
            "stop": 933318559
        },
        {
            "start": 933319832,
            "stop": 933319839
        },
        {
            "start": 933319896,
            "stop": 933319980
        },
        {
            "start": 933320160,
            "stop": 933320763
        }
    ]
}