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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1620",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1618",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1619,
    "results": [
        {
            "start": 954679928,
            "stop": 954680312
        },
        {
            "start": 954680314,
            "stop": 954680389
        },
        {
            "start": 954680392,
            "stop": 954680400
        },
        {
            "start": 954680402,
            "stop": 954680447
        },
        {
            "start": 954680449,
            "stop": 954680732
        },
        {
            "start": 954680735,
            "stop": 954680792
        },
        {
            "start": 954680794,
            "stop": 954680843
        },
        {
            "start": 954680844,
            "stop": 954680886
        },
        {
            "start": 954680888,
            "stop": 954680931
        },
        {
            "start": 954686609,
            "stop": 954687938
        },
        {
            "start": 954687940,
            "stop": 954687941
        },
        {
            "start": 954687942,
            "stop": 954688783
        },
        {
            "start": 954688785,
            "stop": 954689863
        },
        {
            "start": 954689865,
            "stop": 954690063
        },
        {
            "start": 954690066,
            "stop": 954690458
        },
        {
            "start": 954690460,
            "stop": 954690884
        },
        {
            "start": 954690886,
            "stop": 954693498
        },
        {
            "start": 954693500,
            "stop": 954693505
        },
        {
            "start": 954693509,
            "stop": 954694801
        },
        {
            "start": 954695779,
            "stop": 954696957
        }
    ]
}