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=167
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=168",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=166",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 167,
    "results": [
        {
            "start": 931136931,
            "stop": 931136934
        },
        {
            "start": 931136937,
            "stop": 931136940
        },
        {
            "start": 931136942,
            "stop": 931136944
        },
        {
            "start": 931136945,
            "stop": 931136956
        },
        {
            "start": 931136957,
            "stop": 931136958
        },
        {
            "start": 931136960,
            "stop": 931136962
        },
        {
            "start": 931136963,
            "stop": 931136964
        },
        {
            "start": 931136966,
            "stop": 931136967
        },
        {
            "start": 931136968,
            "stop": 931136969
        },
        {
            "start": 931136970,
            "stop": 931136978
        },
        {
            "start": 931136984,
            "stop": 931136985
        },
        {
            "start": 931136988,
            "stop": 931136991
        },
        {
            "start": 931136992,
            "stop": 931136993
        },
        {
            "start": 931136994,
            "stop": 931136996
        },
        {
            "start": 931136997,
            "stop": 931136999
        },
        {
            "start": 931137003,
            "stop": 931137004
        },
        {
            "start": 931137008,
            "stop": 931137010
        },
        {
            "start": 931137017,
            "stop": 931137022
        },
        {
            "start": 931137024,
            "stop": 931137025
        },
        {
            "start": 931137029,
            "stop": 931137030
        }
    ]
}