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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=292",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=290",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 291,
    "results": [
        {
            "start": 931174584,
            "stop": 931174585
        },
        {
            "start": 931174592,
            "stop": 931174597
        },
        {
            "start": 931174599,
            "stop": 931174600
        },
        {
            "start": 931174617,
            "stop": 931174620
        },
        {
            "start": 931174622,
            "stop": 931174623
        },
        {
            "start": 931174625,
            "stop": 931174626
        },
        {
            "start": 931174627,
            "stop": 931174628
        },
        {
            "start": 931174633,
            "stop": 931174634
        },
        {
            "start": 931174635,
            "stop": 931174639
        },
        {
            "start": 931174640,
            "stop": 931174642
        },
        {
            "start": 931174643,
            "stop": 931174651
        },
        {
            "start": 931174655,
            "stop": 931174656
        },
        {
            "start": 931174657,
            "stop": 931174659
        },
        {
            "start": 931174660,
            "stop": 931174665
        },
        {
            "start": 931174667,
            "stop": 931174672
        },
        {
            "start": 931174679,
            "stop": 931174684
        },
        {
            "start": 931174686,
            "stop": 931174687
        },
        {
            "start": 931174692,
            "stop": 931174695
        },
        {
            "start": 931174697,
            "stop": 931174700
        },
        {
            "start": 931174701,
            "stop": 931174702
        }
    ]
}