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/L1_BURST_CAT1/segments?format=api&page=128
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=129",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=127",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 128,
    "results": [
        {
            "start": 827065568,
            "stop": 827065814
        },
        {
            "start": 827065816,
            "stop": 827065822
        },
        {
            "start": 827065824,
            "stop": 827065825
        },
        {
            "start": 827065828,
            "stop": 827066441
        },
        {
            "start": 827066553,
            "stop": 827067681
        },
        {
            "start": 827067686,
            "stop": 827067733
        },
        {
            "start": 827067735,
            "stop": 827067739
        },
        {
            "start": 827069154,
            "stop": 827069155
        },
        {
            "start": 827069157,
            "stop": 827069199
        },
        {
            "start": 827073475,
            "stop": 827074179
        },
        {
            "start": 827074181,
            "stop": 827074230
        },
        {
            "start": 827074236,
            "stop": 827074237
        },
        {
            "start": 827074239,
            "stop": 827074244
        },
        {
            "start": 827074247,
            "stop": 827074248
        },
        {
            "start": 827074250,
            "stop": 827074325
        },
        {
            "start": 827074327,
            "stop": 827074329
        },
        {
            "start": 827074333,
            "stop": 827074350
        },
        {
            "start": 827074351,
            "stop": 827074364
        },
        {
            "start": 827074909,
            "stop": 827076488
        },
        {
            "start": 827076490,
            "stop": 827076500
        }
    ]
}