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=138
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=139",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=137",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 138,
    "results": [
        {
            "start": 931130649,
            "stop": 931130651
        },
        {
            "start": 931130653,
            "stop": 931130657
        },
        {
            "start": 931130658,
            "stop": 931130667
        },
        {
            "start": 931130668,
            "stop": 931130682
        },
        {
            "start": 931130683,
            "stop": 931130715
        },
        {
            "start": 931130716,
            "stop": 931130748
        },
        {
            "start": 931130749,
            "stop": 931130770
        },
        {
            "start": 931130772,
            "stop": 931130793
        },
        {
            "start": 931130794,
            "stop": 931130798
        },
        {
            "start": 931130799,
            "stop": 931130836
        },
        {
            "start": 931130837,
            "stop": 931130844
        },
        {
            "start": 931130845,
            "stop": 931130851
        },
        {
            "start": 931130852,
            "stop": 931130860
        },
        {
            "start": 931130861,
            "stop": 931130867
        },
        {
            "start": 931130868,
            "stop": 931130869
        },
        {
            "start": 931130870,
            "stop": 931130874
        },
        {
            "start": 931130877,
            "stop": 931130891
        },
        {
            "start": 931130892,
            "stop": 931130908
        },
        {
            "start": 931130909,
            "stop": 931130916
        },
        {
            "start": 931130917,
            "stop": 931130919
        }
    ]
}