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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=3424",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=3422",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3423,
    "results": [
        {
            "start": 969675873,
            "stop": 969675877
        },
        {
            "start": 969675883,
            "stop": 969675894
        },
        {
            "start": 969675918,
            "stop": 969675923
        },
        {
            "start": 969675930,
            "stop": 969675932
        },
        {
            "start": 969675937,
            "stop": 969675955
        },
        {
            "start": 969675976,
            "stop": 969675984
        },
        {
            "start": 969676011,
            "stop": 969676037
        },
        {
            "start": 969676040,
            "stop": 969676051
        },
        {
            "start": 969676054,
            "stop": 969676057
        },
        {
            "start": 969676060,
            "stop": 969676085
        },
        {
            "start": 969676088,
            "stop": 969676090
        },
        {
            "start": 969676093,
            "stop": 969676151
        },
        {
            "start": 969676155,
            "stop": 969676177
        },
        {
            "start": 969676180,
            "stop": 969676209
        },
        {
            "start": 969676210,
            "stop": 969676219
        },
        {
            "start": 969676222,
            "stop": 969676274
        },
        {
            "start": 969676277,
            "stop": 969676283
        },
        {
            "start": 969676286,
            "stop": 969676294
        },
        {
            "start": 969676297,
            "stop": 969676327
        },
        {
            "start": 969676333,
            "stop": 969676469
        }
    ]
}