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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=196",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=194",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 195,
    "results": [
        {
            "start": 1239917815,
            "stop": 1239917847
        },
        {
            "start": 1239917849,
            "stop": 1239918410
        },
        {
            "start": 1239918413,
            "stop": 1239918470
        },
        {
            "start": 1239920069,
            "stop": 1239920502
        },
        {
            "start": 1239920504,
            "stop": 1239920915
        },
        {
            "start": 1239920916,
            "stop": 1239921431
        },
        {
            "start": 1239921433,
            "stop": 1239921638
        },
        {
            "start": 1239921641,
            "stop": 1239921696
        },
        {
            "start": 1239921697,
            "stop": 1239921804
        },
        {
            "start": 1239921805,
            "stop": 1239921958
        },
        {
            "start": 1239921966,
            "stop": 1239922515
        },
        {
            "start": 1239922516,
            "stop": 1239922517
        },
        {
            "start": 1239922519,
            "stop": 1239922520
        },
        {
            "start": 1239922521,
            "stop": 1239923336
        },
        {
            "start": 1239923337,
            "stop": 1239923448
        },
        {
            "start": 1239923450,
            "stop": 1239923888
        },
        {
            "start": 1239940651,
            "stop": 1239941472
        },
        {
            "start": 1239941473,
            "stop": 1239941493
        },
        {
            "start": 1239941494,
            "stop": 1239941717
        },
        {
            "start": 1239941718,
            "stop": 1239941730
        }
    ]
}