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=1872
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=1873",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1871",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1872,
    "results": [
        {
            "start": 844942341,
            "stop": 844942357
        },
        {
            "start": 844942467,
            "stop": 844942550
        },
        {
            "start": 844942850,
            "stop": 844942905
        },
        {
            "start": 844943205,
            "stop": 844943240
        },
        {
            "start": 844943350,
            "stop": 844943424
        },
        {
            "start": 844943724,
            "stop": 844943757
        },
        {
            "start": 844943867,
            "stop": 844943875
        },
        {
            "start": 844944175,
            "stop": 844964437
        },
        {
            "start": 844964443,
            "stop": 844967449
        },
        {
            "start": 844979159,
            "stop": 844988825
        },
        {
            "start": 844988833,
            "stop": 845004250
        },
        {
            "start": 845004511,
            "stop": 845005163
        },
        {
            "start": 845005792,
            "stop": 845026559
        },
        {
            "start": 845026669,
            "stop": 845038249
        },
        {
            "start": 845043636,
            "stop": 845045585
        },
        {
            "start": 845045590,
            "stop": 845046711
        },
        {
            "start": 845047011,
            "stop": 845047114
        },
        {
            "start": 845047224,
            "stop": 845050846
        },
        {
            "start": 845052426,
            "stop": 845057115
        },
        {
            "start": 845057415,
            "stop": 845061692
        }
    ]
}