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/H1_BURST_CAT3H/segments?format=api&page=253
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=254",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=252",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 253,
    "results": [
        {
            "start": 931164712,
            "stop": 931164713
        },
        {
            "start": 931164716,
            "stop": 931164718
        },
        {
            "start": 931164723,
            "stop": 931164725
        },
        {
            "start": 931164726,
            "stop": 931164729
        },
        {
            "start": 931164731,
            "stop": 931164733
        },
        {
            "start": 931164734,
            "stop": 931164736
        },
        {
            "start": 931164737,
            "stop": 931164747
        },
        {
            "start": 931164752,
            "stop": 931164753
        },
        {
            "start": 931164754,
            "stop": 931164756
        },
        {
            "start": 931164759,
            "stop": 931164760
        },
        {
            "start": 931164761,
            "stop": 931164762
        },
        {
            "start": 931164763,
            "stop": 931164764
        },
        {
            "start": 931164766,
            "stop": 931164767
        },
        {
            "start": 931164769,
            "stop": 931164773
        },
        {
            "start": 931164774,
            "stop": 931164777
        },
        {
            "start": 931164778,
            "stop": 931164781
        },
        {
            "start": 931164782,
            "stop": 931164796
        },
        {
            "start": 931164799,
            "stop": 931164800
        },
        {
            "start": 931164802,
            "stop": 931164804
        },
        {
            "start": 931164806,
            "stop": 931164808
        }
    ]
}