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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=392",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=390",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 391,
    "results": [
        {
            "start": 821510778,
            "stop": 821510815
        },
        {
            "start": 821510818,
            "stop": 821510826
        },
        {
            "start": 821510834,
            "stop": 821510863
        },
        {
            "start": 821510870,
            "stop": 821510892
        },
        {
            "start": 821510895,
            "stop": 821510924
        },
        {
            "start": 821510931,
            "stop": 821510944
        },
        {
            "start": 821510947,
            "stop": 821510955
        },
        {
            "start": 821510958,
            "stop": 821510976
        },
        {
            "start": 821510984,
            "stop": 821511020
        },
        {
            "start": 821511028,
            "stop": 821511063
        },
        {
            "start": 821511070,
            "stop": 821511083
        },
        {
            "start": 821511086,
            "stop": 821511098
        },
        {
            "start": 821511106,
            "stop": 821511107
        },
        {
            "start": 821511114,
            "stop": 821511129
        },
        {
            "start": 821511137,
            "stop": 821511159
        },
        {
            "start": 821511162,
            "stop": 821511163
        },
        {
            "start": 821511166,
            "stop": 821511186
        },
        {
            "start": 821511189,
            "stop": 821511225
        },
        {
            "start": 821511228,
            "stop": 821511270
        },
        {
            "start": 821511273,
            "stop": 821511278
        }
    ]
}