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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16617",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16615",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16616,
    "results": [
        {
            "start": 874757284,
            "stop": 874757495
        },
        {
            "start": 874757502,
            "stop": 874757506
        },
        {
            "start": 874757507,
            "stop": 874757529
        },
        {
            "start": 874757531,
            "stop": 874757533
        },
        {
            "start": 874757534,
            "stop": 874757539
        },
        {
            "start": 874757540,
            "stop": 874757686
        },
        {
            "start": 874757687,
            "stop": 874757831
        },
        {
            "start": 874757832,
            "stop": 874757916
        },
        {
            "start": 874757917,
            "stop": 874758065
        },
        {
            "start": 874758066,
            "stop": 874758165
        },
        {
            "start": 874758166,
            "stop": 874758242
        },
        {
            "start": 874758243,
            "stop": 874758324
        },
        {
            "start": 874758325,
            "stop": 874758415
        },
        {
            "start": 874758416,
            "stop": 874758429
        },
        {
            "start": 874758433,
            "stop": 874758469
        },
        {
            "start": 874758470,
            "stop": 874758580
        },
        {
            "start": 874758583,
            "stop": 874758772
        },
        {
            "start": 874758773,
            "stop": 874758856
        },
        {
            "start": 874758857,
            "stop": 874758929
        },
        {
            "start": 874758932,
            "stop": 874758976
        }
    ]
}