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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=624",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=622",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 623,
    "results": [
        {
            "start": 829124369,
            "stop": 829125872
        },
        {
            "start": 829125875,
            "stop": 829126606
        },
        {
            "start": 829126609,
            "stop": 829126883
        },
        {
            "start": 829126887,
            "stop": 829127125
        },
        {
            "start": 829127129,
            "stop": 829127501
        },
        {
            "start": 829127505,
            "stop": 829127593
        },
        {
            "start": 829127596,
            "stop": 829128093
        },
        {
            "start": 829128096,
            "stop": 829128252
        },
        {
            "start": 829128255,
            "stop": 829129069
        },
        {
            "start": 829129072,
            "stop": 829129447
        },
        {
            "start": 829129450,
            "stop": 829129646
        },
        {
            "start": 829129649,
            "stop": 829129868
        },
        {
            "start": 829129871,
            "stop": 829130816
        },
        {
            "start": 829130819,
            "stop": 829131265
        },
        {
            "start": 829131268,
            "stop": 829132499
        },
        {
            "start": 829132502,
            "stop": 829133160
        },
        {
            "start": 829133220,
            "stop": 829134074
        },
        {
            "start": 829134077,
            "stop": 829134311
        },
        {
            "start": 829134314,
            "stop": 829134392
        },
        {
            "start": 829134395,
            "stop": 829134560
        }
    ]
}