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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=243",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=241",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 242,
    "results": [
        {
            "start": 1240200582,
            "stop": 1240200706
        },
        {
            "start": 1240200707,
            "stop": 1240200757
        },
        {
            "start": 1240200758,
            "stop": 1240200816
        },
        {
            "start": 1240200818,
            "stop": 1240201085
        },
        {
            "start": 1240201086,
            "stop": 1240201504
        },
        {
            "start": 1240201505,
            "stop": 1240201703
        },
        {
            "start": 1240201704,
            "stop": 1240201923
        },
        {
            "start": 1240201925,
            "stop": 1240202044
        },
        {
            "start": 1240202045,
            "stop": 1240202836
        },
        {
            "start": 1240202837,
            "stop": 1240203048
        },
        {
            "start": 1240203049,
            "stop": 1240203107
        },
        {
            "start": 1240203108,
            "stop": 1240203164
        },
        {
            "start": 1240203166,
            "stop": 1240203752
        },
        {
            "start": 1240203753,
            "stop": 1240203893
        },
        {
            "start": 1240203894,
            "stop": 1240204433
        },
        {
            "start": 1240204436,
            "stop": 1240204533
        },
        {
            "start": 1240204534,
            "stop": 1240204554
        },
        {
            "start": 1240204556,
            "stop": 1240204595
        },
        {
            "start": 1240204598,
            "stop": 1240204892
        },
        {
            "start": 1240204894,
            "stop": 1240204993
        }
    ]
}