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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=250",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=248",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 249,
    "results": [
        {
            "start": 820925731,
            "stop": 820925756
        },
        {
            "start": 820925763,
            "stop": 820925844
        },
        {
            "start": 820925851,
            "stop": 820925884
        },
        {
            "start": 820925891,
            "stop": 820925894
        },
        {
            "start": 820925901,
            "stop": 820925928
        },
        {
            "start": 820925935,
            "stop": 820925949
        },
        {
            "start": 820925960,
            "stop": 820925970
        },
        {
            "start": 820925978,
            "stop": 820926001
        },
        {
            "start": 820926008,
            "stop": 820926029
        },
        {
            "start": 820926036,
            "stop": 820926093
        },
        {
            "start": 820926100,
            "stop": 820926137
        },
        {
            "start": 820926144,
            "stop": 820926168
        },
        {
            "start": 820926175,
            "stop": 820926305
        },
        {
            "start": 820926312,
            "stop": 820926374
        },
        {
            "start": 820926382,
            "stop": 820926460
        },
        {
            "start": 820926467,
            "stop": 820926499
        },
        {
            "start": 820926506,
            "stop": 820926584
        },
        {
            "start": 820926765,
            "stop": 820926812
        },
        {
            "start": 820926819,
            "stop": 820926836
        },
        {
            "start": 820926843,
            "stop": 820926879
        }
    ]
}