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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=345",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=343",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 344,
    "results": [
        {
            "start": 846168832,
            "stop": 846171239
        },
        {
            "start": 846172303,
            "stop": 846175239
        },
        {
            "start": 846176774,
            "stop": 846180425
        },
        {
            "start": 846180427,
            "stop": 846184987
        },
        {
            "start": 846184988,
            "stop": 846194555
        },
        {
            "start": 846194556,
            "stop": 846197753
        },
        {
            "start": 846197755,
            "stop": 846208638
        },
        {
            "start": 846208640,
            "stop": 846230576
        },
        {
            "start": 846231168,
            "stop": 846238348
        },
        {
            "start": 846239627,
            "stop": 846241890
        },
        {
            "start": 846241892,
            "stop": 846248284
        },
        {
            "start": 846248286,
            "stop": 846250109
        },
        {
            "start": 846266465,
            "stop": 846271090
        },
        {
            "start": 846272550,
            "stop": 846274004
        },
        {
            "start": 846275048,
            "stop": 846275452
        },
        {
            "start": 846275853,
            "stop": 846279937
        },
        {
            "start": 846290703,
            "stop": 846290879
        },
        {
            "start": 846290882,
            "stop": 846293140
        },
        {
            "start": 846293142,
            "stop": 846293327
        },
        {
            "start": 846293329,
            "stop": 846295172
        }
    ]
}