Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33310
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=33311",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33309",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33310,
    "results": [
        {
            "start": 971010948,
            "stop": 971010981
        },
        {
            "start": 971010982,
            "stop": 971010986
        },
        {
            "start": 971010987,
            "stop": 971010993
        },
        {
            "start": 971010994,
            "stop": 971010995
        },
        {
            "start": 971010998,
            "stop": 971011007
        },
        {
            "start": 971011008,
            "stop": 971011015
        },
        {
            "start": 971011016,
            "stop": 971011017
        },
        {
            "start": 971011020,
            "stop": 971011029
        },
        {
            "start": 971011032,
            "stop": 971011034
        },
        {
            "start": 971011037,
            "stop": 971011039
        },
        {
            "start": 971011040,
            "stop": 971011041
        },
        {
            "start": 971011043,
            "stop": 971011054
        },
        {
            "start": 971011055,
            "stop": 971011060
        },
        {
            "start": 971011062,
            "stop": 971011065
        },
        {
            "start": 971011068,
            "stop": 971011076
        },
        {
            "start": 971011079,
            "stop": 971011087
        },
        {
            "start": 971011088,
            "stop": 971011102
        },
        {
            "start": 971011105,
            "stop": 971011140
        },
        {
            "start": 971011141,
            "stop": 971011153
        },
        {
            "start": 971011154,
            "stop": 971011162
        }
    ]
}