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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5167",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5165",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5166,
    "results": [
        {
            "start": 1136264662,
            "stop": 1136264664
        },
        {
            "start": 1136264666,
            "stop": 1136264778
        },
        {
            "start": 1136264780,
            "stop": 1136264783
        },
        {
            "start": 1136264785,
            "stop": 1136264786
        },
        {
            "start": 1136264788,
            "stop": 1136264797
        },
        {
            "start": 1136264799,
            "stop": 1136264800
        },
        {
            "start": 1136264802,
            "stop": 1136264825
        },
        {
            "start": 1136264827,
            "stop": 1136264874
        },
        {
            "start": 1136264876,
            "stop": 1136264892
        },
        {
            "start": 1136264894,
            "stop": 1136264921
        },
        {
            "start": 1136264923,
            "stop": 1136264925
        },
        {
            "start": 1136264927,
            "stop": 1136264952
        },
        {
            "start": 1136264954,
            "stop": 1136264961
        },
        {
            "start": 1136264963,
            "stop": 1136264973
        },
        {
            "start": 1136264975,
            "stop": 1136264978
        },
        {
            "start": 1136264980,
            "stop": 1136264985
        },
        {
            "start": 1136264987,
            "stop": 1136265015
        },
        {
            "start": 1136265017,
            "stop": 1136265034
        },
        {
            "start": 1136265036,
            "stop": 1136265055
        },
        {
            "start": 1136265057,
            "stop": 1136265072
        }
    ]
}