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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=43",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=41",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 42,
    "results": [
        {
            "start": 1170244677,
            "stop": 1170255104
        },
        {
            "start": 1170255108,
            "stop": 1170272374
        },
        {
            "start": 1170272377,
            "stop": 1170278607
        },
        {
            "start": 1170278610,
            "stop": 1170299073
        },
        {
            "start": 1170299077,
            "stop": 1170324998
        },
        {
            "start": 1170325002,
            "stop": 1170334271
        },
        {
            "start": 1170334275,
            "stop": 1170388055
        },
        {
            "start": 1170390527,
            "stop": 1170394929
        },
        {
            "start": 1170394933,
            "stop": 1170401154
        },
        {
            "start": 1170401158,
            "stop": 1170402027
        },
        {
            "start": 1170402031,
            "stop": 1170405111
        },
        {
            "start": 1170406219,
            "stop": 1170412456
        },
        {
            "start": 1170412460,
            "stop": 1170415580
        },
        {
            "start": 1170415584,
            "stop": 1170426564
        },
        {
            "start": 1170426568,
            "stop": 1170426997
        },
        {
            "start": 1170427000,
            "stop": 1170434160
        },
        {
            "start": 1170434164,
            "stop": 1170436066
        },
        {
            "start": 1170436070,
            "stop": 1170436303
        },
        {
            "start": 1170436306,
            "stop": 1170436312
        },
        {
            "start": 1170436315,
            "stop": 1170439439
        }
    ]
}