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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=3567",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=3565",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3566,
    "results": [
        {
            "start": 970393012,
            "stop": 970393013
        },
        {
            "start": 970393016,
            "stop": 970393187
        },
        {
            "start": 970393190,
            "stop": 970393221
        },
        {
            "start": 970393225,
            "stop": 970393227
        },
        {
            "start": 970393228,
            "stop": 970393229
        },
        {
            "start": 970393232,
            "stop": 970393500
        },
        {
            "start": 970393503,
            "stop": 970393616
        },
        {
            "start": 970393621,
            "stop": 970393640
        },
        {
            "start": 970393643,
            "stop": 970393731
        },
        {
            "start": 970393734,
            "stop": 970393744
        },
        {
            "start": 970393747,
            "stop": 970393774
        },
        {
            "start": 970393777,
            "stop": 970393835
        },
        {
            "start": 970393838,
            "stop": 970394060
        },
        {
            "start": 970394063,
            "stop": 970394071
        },
        {
            "start": 970394074,
            "stop": 970394339
        },
        {
            "start": 970394342,
            "stop": 970394460
        },
        {
            "start": 970394463,
            "stop": 970394537
        },
        {
            "start": 970394540,
            "stop": 970394588
        },
        {
            "start": 970394591,
            "stop": 970394666
        },
        {
            "start": 970394837,
            "stop": 970394854
        }
    ]
}