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=392
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=393",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=391",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 392,
    "results": [
        {
            "start": 850561852,
            "stop": 850566377
        },
        {
            "start": 850566378,
            "stop": 850567920
        },
        {
            "start": 850567922,
            "stop": 850569302
        },
        {
            "start": 850570329,
            "stop": 850571681
        },
        {
            "start": 850573638,
            "stop": 850575962
        },
        {
            "start": 850593377,
            "stop": 850593546
        },
        {
            "start": 850593547,
            "stop": 850596285
        },
        {
            "start": 850600373,
            "stop": 850601331
        },
        {
            "start": 850603395,
            "stop": 850604162
        },
        {
            "start": 850604209,
            "stop": 850607401
        },
        {
            "start": 850607403,
            "stop": 850609718
        },
        {
            "start": 850609720,
            "stop": 850610544
        },
        {
            "start": 850611271,
            "stop": 850632828
        },
        {
            "start": 850634140,
            "stop": 850648441
        },
        {
            "start": 850649501,
            "stop": 850657358
        },
        {
            "start": 850658543,
            "stop": 850660647
        },
        {
            "start": 850662019,
            "stop": 850669089
        },
        {
            "start": 850673646,
            "stop": 850683588
        },
        {
            "start": 850683590,
            "stop": 850689737
        },
        {
            "start": 850689910,
            "stop": 850717885
        }
    ]
}