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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=255",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=253",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 254,
    "results": [
        {
            "start": 1126889097,
            "stop": 1126889104
        },
        {
            "start": 1126889105,
            "stop": 1126889158
        },
        {
            "start": 1126889159,
            "stop": 1126889212
        },
        {
            "start": 1126889213,
            "stop": 1126889218
        },
        {
            "start": 1126889219,
            "stop": 1126889248
        },
        {
            "start": 1126889249,
            "stop": 1126889257
        },
        {
            "start": 1126889259,
            "stop": 1126889260
        },
        {
            "start": 1126889261,
            "stop": 1126889263
        },
        {
            "start": 1126889265,
            "stop": 1126889273
        },
        {
            "start": 1126889274,
            "stop": 1126889292
        },
        {
            "start": 1126889293,
            "stop": 1126889327
        },
        {
            "start": 1126889328,
            "stop": 1126889435
        },
        {
            "start": 1126889436,
            "stop": 1126889507
        },
        {
            "start": 1126889508,
            "stop": 1126889684
        },
        {
            "start": 1126889686,
            "stop": 1126889816
        },
        {
            "start": 1126889817,
            "stop": 1126889876
        },
        {
            "start": 1126889877,
            "stop": 1126889881
        },
        {
            "start": 1126889882,
            "stop": 1126889884
        },
        {
            "start": 1126889885,
            "stop": 1126889893
        },
        {
            "start": 1126889894,
            "stop": 1126889901
        }
    ]
}