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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=346",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=344",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 345,
    "results": [
        {
            "start": 1260602087,
            "stop": 1260602876
        },
        {
            "start": 1260602878,
            "stop": 1260602893
        },
        {
            "start": 1260602895,
            "stop": 1260603292
        },
        {
            "start": 1260603295,
            "stop": 1260603307
        },
        {
            "start": 1260603310,
            "stop": 1260603322
        },
        {
            "start": 1260603325,
            "stop": 1260603848
        },
        {
            "start": 1260603851,
            "stop": 1260603972
        },
        {
            "start": 1260603975,
            "stop": 1260604303
        },
        {
            "start": 1260604306,
            "stop": 1260604484
        },
        {
            "start": 1260604487,
            "stop": 1260604740
        },
        {
            "start": 1260604743,
            "stop": 1260604871
        },
        {
            "start": 1260604874,
            "stop": 1260604953
        },
        {
            "start": 1260604955,
            "stop": 1260605358
        },
        {
            "start": 1260605361,
            "stop": 1260605381
        },
        {
            "start": 1260605384,
            "stop": 1260606233
        },
        {
            "start": 1260606236,
            "stop": 1260606313
        },
        {
            "start": 1260606397,
            "stop": 1260606692
        },
        {
            "start": 1260606694,
            "stop": 1260606709
        },
        {
            "start": 1260606710,
            "stop": 1260606933
        },
        {
            "start": 1260606936,
            "stop": 1260607525
        }
    ]
}