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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=393",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=391",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 392,
    "results": [
        {
            "start": 829637695,
            "stop": 829637704
        },
        {
            "start": 829637707,
            "stop": 829637711
        },
        {
            "start": 829637720,
            "stop": 829637724
        },
        {
            "start": 829637726,
            "stop": 829637730
        },
        {
            "start": 829637735,
            "stop": 829637745
        },
        {
            "start": 829637747,
            "stop": 829637752
        },
        {
            "start": 829637756,
            "stop": 829637759
        },
        {
            "start": 829637763,
            "stop": 829637764
        },
        {
            "start": 829637768,
            "stop": 829637771
        },
        {
            "start": 829637773,
            "stop": 829637778
        },
        {
            "start": 829637781,
            "stop": 829637783
        },
        {
            "start": 829637786,
            "stop": 829637788
        },
        {
            "start": 829637789,
            "stop": 829637794
        },
        {
            "start": 829637796,
            "stop": 829637801
        },
        {
            "start": 829637804,
            "stop": 829637807
        },
        {
            "start": 829637809,
            "stop": 829637820
        },
        {
            "start": 829637833,
            "stop": 829637839
        },
        {
            "start": 829637842,
            "stop": 829637844
        },
        {
            "start": 829637846,
            "stop": 829637849
        },
        {
            "start": 829637851,
            "stop": 829637854
        }
    ]
}