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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=89",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=87",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 88,
    "results": [
        {
            "start": 819205777,
            "stop": 819206101
        },
        {
            "start": 819206108,
            "stop": 819206319
        },
        {
            "start": 819206326,
            "stop": 819207657
        },
        {
            "start": 819207664,
            "stop": 819208067
        },
        {
            "start": 819208081,
            "stop": 819208744
        },
        {
            "start": 819208751,
            "stop": 819208873
        },
        {
            "start": 819208881,
            "stop": 819208924
        },
        {
            "start": 819208938,
            "stop": 819210013
        },
        {
            "start": 819210534,
            "stop": 819211050
        },
        {
            "start": 819211057,
            "stop": 819211273
        },
        {
            "start": 819212082,
            "stop": 819212659
        },
        {
            "start": 819212666,
            "stop": 819213313
        },
        {
            "start": 819213320,
            "stop": 819213321
        },
        {
            "start": 819213328,
            "stop": 819214187
        },
        {
            "start": 819214194,
            "stop": 819214226
        },
        {
            "start": 819214233,
            "stop": 819214821
        },
        {
            "start": 819214828,
            "stop": 819214885
        },
        {
            "start": 819214893,
            "stop": 819215185
        },
        {
            "start": 819215192,
            "stop": 819215250
        },
        {
            "start": 819215257,
            "stop": 819216073
        }
    ]
}