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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=197",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=195",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 196,
    "results": [
        {
            "start": 933260909,
            "stop": 933261029
        },
        {
            "start": 933261149,
            "stop": 933261449
        },
        {
            "start": 933261629,
            "stop": 933261706
        },
        {
            "start": 933261711,
            "stop": 933261929
        },
        {
            "start": 933262109,
            "stop": 933262128
        },
        {
            "start": 933262248,
            "stop": 933262289
        },
        {
            "start": 933262349,
            "stop": 933262941
        },
        {
            "start": 933262944,
            "stop": 933262949
        },
        {
            "start": 933263069,
            "stop": 933263092
        },
        {
            "start": 933263094,
            "stop": 933263137
        },
        {
            "start": 933263140,
            "stop": 933263249
        },
        {
            "start": 933263369,
            "stop": 933264015
        },
        {
            "start": 933264375,
            "stop": 933264725
        },
        {
            "start": 933268926,
            "stop": 933268991
        },
        {
            "start": 933269425,
            "stop": 933269647
        },
        {
            "start": 933269650,
            "stop": 933269662
        },
        {
            "start": 933269665,
            "stop": 933269828
        },
        {
            "start": 933269831,
            "stop": 933271215
        },
        {
            "start": 933271575,
            "stop": 933272453
        },
        {
            "start": 933272455,
            "stop": 933272958
        }
    ]
}