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=145
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=146",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=144",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 145,
    "results": [
        {
            "start": 835357288,
            "stop": 835361533
        },
        {
            "start": 835361560,
            "stop": 835361561
        },
        {
            "start": 835361814,
            "stop": 835361893
        },
        {
            "start": 835361932,
            "stop": 835361933
        },
        {
            "start": 835362079,
            "stop": 835372273
        },
        {
            "start": 835372307,
            "stop": 835372308
        },
        {
            "start": 835373233,
            "stop": 835375259
        },
        {
            "start": 835376631,
            "stop": 835388473
        },
        {
            "start": 835388481,
            "stop": 835388482
        },
        {
            "start": 835388773,
            "stop": 835401208
        },
        {
            "start": 835401273,
            "stop": 835401276
        },
        {
            "start": 835401282,
            "stop": 835412620
        },
        {
            "start": 835421924,
            "stop": 835426993
        },
        {
            "start": 835427003,
            "stop": 835427005
        },
        {
            "start": 835428309,
            "stop": 835440859
        },
        {
            "start": 835441168,
            "stop": 835443253
        },
        {
            "start": 835443270,
            "stop": 835443271
        },
        {
            "start": 835443474,
            "stop": 835446490
        },
        {
            "start": 835447499,
            "stop": 835448806
        },
        {
            "start": 835476863,
            "stop": 835477230
        }
    ]
}