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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=309",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=307",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 308,
    "results": [
        {
            "start": 832795487,
            "stop": 832801847
        },
        {
            "start": 832804783,
            "stop": 832805863
        },
        {
            "start": 832806024,
            "stop": 832806084
        },
        {
            "start": 832806219,
            "stop": 832807059
        },
        {
            "start": 832807217,
            "stop": 832808297
        },
        {
            "start": 832808457,
            "stop": 832811877
        },
        {
            "start": 832812032,
            "stop": 832817012
        },
        {
            "start": 832817222,
            "stop": 832821842
        },
        {
            "start": 832832821,
            "stop": 832835701
        },
        {
            "start": 832836427,
            "stop": 832836547
        },
        {
            "start": 832836894,
            "stop": 832836954
        },
        {
            "start": 832837118,
            "stop": 832838018
        },
        {
            "start": 832838261,
            "stop": 832845881
        },
        {
            "start": 832846351,
            "stop": 832846411
        },
        {
            "start": 832847535,
            "stop": 832847715
        },
        {
            "start": 832848052,
            "stop": 832849012
        },
        {
            "start": 832849209,
            "stop": 832852929
        },
        {
            "start": 832855855,
            "stop": 832858315
        },
        {
            "start": 832859417,
            "stop": 832859777
        },
        {
            "start": 832864662,
            "stop": 832864722
        }
    ]
}