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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=492",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=490",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 491,
    "results": [
        {
            "start": 1184572543,
            "stop": 1184572590
        },
        {
            "start": 1184572592,
            "stop": 1184572593
        },
        {
            "start": 1184572595,
            "stop": 1184572596
        },
        {
            "start": 1184572601,
            "stop": 1184572604
        },
        {
            "start": 1184572606,
            "stop": 1184572611
        },
        {
            "start": 1184572621,
            "stop": 1184572647
        },
        {
            "start": 1184572649,
            "stop": 1184572651
        },
        {
            "start": 1184572654,
            "stop": 1184572867
        },
        {
            "start": 1184572875,
            "stop": 1184572876
        },
        {
            "start": 1184572879,
            "stop": 1184572881
        },
        {
            "start": 1184572884,
            "stop": 1184572889
        },
        {
            "start": 1184572891,
            "stop": 1184572966
        },
        {
            "start": 1184572968,
            "stop": 1184572976
        },
        {
            "start": 1184572978,
            "stop": 1184572982
        },
        {
            "start": 1184572985,
            "stop": 1184573062
        },
        {
            "start": 1184573064,
            "stop": 1184573125
        },
        {
            "start": 1184573130,
            "stop": 1184573132
        },
        {
            "start": 1184573183,
            "stop": 1184573184
        },
        {
            "start": 1184573193,
            "stop": 1184573254
        },
        {
            "start": 1184573256,
            "stop": 1184573258
        }
    ]
}