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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3265",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3263",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3264,
    "results": [
        {
            "start": 873239431,
            "stop": 873239433
        },
        {
            "start": 873239437,
            "stop": 873240300
        },
        {
            "start": 873240420,
            "stop": 873242580
        },
        {
            "start": 873242640,
            "stop": 873243251
        },
        {
            "start": 873243254,
            "stop": 873244020
        },
        {
            "start": 873244080,
            "stop": 873245107
        },
        {
            "start": 873245113,
            "stop": 873245130
        },
        {
            "start": 873245135,
            "stop": 873245160
        },
        {
            "start": 873245220,
            "stop": 873245332
        },
        {
            "start": 873246317,
            "stop": 873246546
        },
        {
            "start": 873247860,
            "stop": 873250440
        },
        {
            "start": 873250500,
            "stop": 873257944
        },
        {
            "start": 873258414,
            "stop": 873262200
        },
        {
            "start": 873262260,
            "stop": 873262620
        },
        {
            "start": 873262680,
            "stop": 873262860
        },
        {
            "start": 873262923,
            "stop": 873263034
        },
        {
            "start": 873263039,
            "stop": 873263052
        },
        {
            "start": 873263058,
            "stop": 873263064
        },
        {
            "start": 873263065,
            "stop": 873263067
        },
        {
            "start": 873263073,
            "stop": 873263235
        }
    ]
}