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=6394
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=6395",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6393",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6394,
    "results": [
        {
            "start": 873598794,
            "stop": 873599216
        },
        {
            "start": 873599217,
            "stop": 873599534
        },
        {
            "start": 873599535,
            "stop": 873599662
        },
        {
            "start": 873599663,
            "stop": 873599684
        },
        {
            "start": 873599686,
            "stop": 873599992
        },
        {
            "start": 873599994,
            "stop": 873600043
        },
        {
            "start": 873600045,
            "stop": 873600453
        },
        {
            "start": 873600454,
            "stop": 873600578
        },
        {
            "start": 873600579,
            "stop": 873600718
        },
        {
            "start": 873600719,
            "stop": 873600998
        },
        {
            "start": 873600999,
            "stop": 873601301
        },
        {
            "start": 873601302,
            "stop": 873601470
        },
        {
            "start": 873601471,
            "stop": 873601514
        },
        {
            "start": 873601515,
            "stop": 873601655
        },
        {
            "start": 873601656,
            "stop": 873601908
        },
        {
            "start": 873601909,
            "stop": 873601969
        },
        {
            "start": 873601970,
            "stop": 873602270
        },
        {
            "start": 873602271,
            "stop": 873602526
        },
        {
            "start": 873602527,
            "stop": 873602664
        },
        {
            "start": 873602665,
            "stop": 873602834
        }
    ]
}