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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6187",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6185",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6186,
    "results": [
        {
            "start": 874481230,
            "stop": 874481238
        },
        {
            "start": 874481241,
            "stop": 874481260
        },
        {
            "start": 874481263,
            "stop": 874481297
        },
        {
            "start": 874481300,
            "stop": 874481303
        },
        {
            "start": 874481306,
            "stop": 874481315
        },
        {
            "start": 874481318,
            "stop": 874481441
        },
        {
            "start": 874481444,
            "stop": 874481475
        },
        {
            "start": 874481476,
            "stop": 874482364
        },
        {
            "start": 874482367,
            "stop": 874482412
        },
        {
            "start": 874482413,
            "stop": 874482449
        },
        {
            "start": 874482452,
            "stop": 874483364
        },
        {
            "start": 874483367,
            "stop": 874484903
        },
        {
            "start": 874484904,
            "stop": 874486463
        },
        {
            "start": 874486464,
            "stop": 874486469
        },
        {
            "start": 874486470,
            "stop": 874487390
        },
        {
            "start": 874487391,
            "stop": 874488228
        },
        {
            "start": 874489490,
            "stop": 874490276
        },
        {
            "start": 874490277,
            "stop": 874491948
        },
        {
            "start": 874491950,
            "stop": 874492378
        },
        {
            "start": 874492379,
            "stop": 874493083
        }
    ]
}