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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=132",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=130",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 131,
    "results": [
        {
            "start": 833490976,
            "stop": 833490978
        },
        {
            "start": 833491153,
            "stop": 833507953
        },
        {
            "start": 833507974,
            "stop": 833507975
        },
        {
            "start": 833508098,
            "stop": 833522506
        },
        {
            "start": 833524367,
            "stop": 833539555
        },
        {
            "start": 833540362,
            "stop": 833544253
        },
        {
            "start": 833558341,
            "stop": 833559013
        },
        {
            "start": 833559045,
            "stop": 833559046
        },
        {
            "start": 833559205,
            "stop": 833566255
        },
        {
            "start": 833567330,
            "stop": 833568913
        },
        {
            "start": 833568942,
            "stop": 833568943
        },
        {
            "start": 833569453,
            "stop": 833573533
        },
        {
            "start": 833573577,
            "stop": 833573578
        },
        {
            "start": 833575494,
            "stop": 833575511
        },
        {
            "start": 833575599,
            "stop": 833588893
        },
        {
            "start": 833588894,
            "stop": 833588896
        },
        {
            "start": 833589083,
            "stop": 833589913
        },
        {
            "start": 833589939,
            "stop": 833589941
        },
        {
            "start": 833590070,
            "stop": 833590143
        },
        {
            "start": 833590456,
            "stop": 833590704
        }
    ]
}