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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33331",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33329",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33330,
    "results": [
        {
            "start": 971045606,
            "stop": 971045641
        },
        {
            "start": 971045642,
            "stop": 971045647
        },
        {
            "start": 971045648,
            "stop": 971045656
        },
        {
            "start": 971045659,
            "stop": 971045666
        },
        {
            "start": 971045669,
            "stop": 971045687
        },
        {
            "start": 971045688,
            "stop": 971045706
        },
        {
            "start": 971045707,
            "stop": 971045713
        },
        {
            "start": 971045717,
            "stop": 971045722
        },
        {
            "start": 971045725,
            "stop": 971045730
        },
        {
            "start": 971045731,
            "stop": 971045758
        },
        {
            "start": 971045761,
            "stop": 971045771
        },
        {
            "start": 971045773,
            "stop": 971045783
        },
        {
            "start": 971045786,
            "stop": 971045814
        },
        {
            "start": 971045817,
            "stop": 971045835
        },
        {
            "start": 971045837,
            "stop": 971045840
        },
        {
            "start": 971045841,
            "stop": 971045844
        },
        {
            "start": 971045846,
            "stop": 971045866
        },
        {
            "start": 971045867,
            "stop": 971045880
        },
        {
            "start": 971045881,
            "stop": 971045900
        },
        {
            "start": 971045903,
            "stop": 971045906
        }
    ]
}