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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6339",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6337",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6338,
    "results": [
        {
            "start": 873357094,
            "stop": 873357134
        },
        {
            "start": 873357135,
            "stop": 873357173
        },
        {
            "start": 873357174,
            "stop": 873357621
        },
        {
            "start": 873357622,
            "stop": 873358156
        },
        {
            "start": 873358157,
            "stop": 873358754
        },
        {
            "start": 873358755,
            "stop": 873358762
        },
        {
            "start": 873358763,
            "stop": 873358775
        },
        {
            "start": 873358776,
            "stop": 873359696
        },
        {
            "start": 873359697,
            "stop": 873359971
        },
        {
            "start": 873359972,
            "stop": 873359980
        },
        {
            "start": 873359982,
            "stop": 873359992
        },
        {
            "start": 873359993,
            "stop": 873360002
        },
        {
            "start": 873360003,
            "stop": 873360411
        },
        {
            "start": 873360413,
            "stop": 873360421
        },
        {
            "start": 873360424,
            "stop": 873361190
        },
        {
            "start": 873361191,
            "stop": 873361981
        },
        {
            "start": 873361982,
            "stop": 873362102
        },
        {
            "start": 873362103,
            "stop": 873362258
        },
        {
            "start": 873362259,
            "stop": 873362386
        },
        {
            "start": 873362387,
            "stop": 873362849
        }
    ]
}