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=261
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=262",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=260",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 261,
    "results": [
        {
            "start": 931165932,
            "stop": 931165940
        },
        {
            "start": 931165942,
            "stop": 931165943
        },
        {
            "start": 931165945,
            "stop": 931165946
        },
        {
            "start": 931165953,
            "stop": 931165954
        },
        {
            "start": 931165955,
            "stop": 931165958
        },
        {
            "start": 931165960,
            "stop": 931165962
        },
        {
            "start": 931165965,
            "stop": 931165969
        },
        {
            "start": 931165971,
            "stop": 931165975
        },
        {
            "start": 931165976,
            "stop": 931165980
        },
        {
            "start": 931165983,
            "stop": 931165984
        },
        {
            "start": 931165994,
            "stop": 931165995
        },
        {
            "start": 931165996,
            "stop": 931166008
        },
        {
            "start": 931166010,
            "stop": 931166011
        },
        {
            "start": 931166013,
            "stop": 931166015
        },
        {
            "start": 931166018,
            "stop": 931166024
        },
        {
            "start": 931166026,
            "stop": 931166028
        },
        {
            "start": 931166029,
            "stop": 931166030
        },
        {
            "start": 931166034,
            "stop": 931166035
        },
        {
            "start": 931166037,
            "stop": 931166039
        },
        {
            "start": 931166041,
            "stop": 931166043
        }
    ]
}