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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=171",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=169",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 170,
    "results": [
        {
            "start": 821644026,
            "stop": 821644032
        },
        {
            "start": 821644906,
            "stop": 821644993
        },
        {
            "start": 821644996,
            "stop": 821645329
        },
        {
            "start": 821645332,
            "stop": 821645535
        },
        {
            "start": 821645538,
            "stop": 821645570
        },
        {
            "start": 821645573,
            "stop": 821646132
        },
        {
            "start": 821646135,
            "stop": 821646303
        },
        {
            "start": 821646306,
            "stop": 821646353
        },
        {
            "start": 821646356,
            "stop": 821647020
        },
        {
            "start": 821647023,
            "stop": 821647302
        },
        {
            "start": 821647305,
            "stop": 821647435
        },
        {
            "start": 821647438,
            "stop": 821647641
        },
        {
            "start": 821647644,
            "stop": 821647675
        },
        {
            "start": 821647678,
            "stop": 821647740
        },
        {
            "start": 821647743,
            "stop": 821648031
        },
        {
            "start": 821648034,
            "stop": 821648117
        },
        {
            "start": 821648120,
            "stop": 821648212
        },
        {
            "start": 821648215,
            "stop": 821648598
        },
        {
            "start": 821648601,
            "stop": 821648687
        },
        {
            "start": 821648690,
            "stop": 821648691
        }
    ]
}