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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=105",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=103",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 104,
    "results": [
        {
            "start": 931670645,
            "stop": 931670658
        },
        {
            "start": 931670660,
            "stop": 931670673
        },
        {
            "start": 931670675,
            "stop": 931670702
        },
        {
            "start": 931670705,
            "stop": 931671197
        },
        {
            "start": 931671200,
            "stop": 931672188
        },
        {
            "start": 931672190,
            "stop": 931672200
        },
        {
            "start": 931672220,
            "stop": 931672337
        },
        {
            "start": 931672341,
            "stop": 931672815
        },
        {
            "start": 931673608,
            "stop": 931673801
        },
        {
            "start": 931673806,
            "stop": 931674558
        },
        {
            "start": 931674560,
            "stop": 931674741
        },
        {
            "start": 931685699,
            "stop": 931685890
        },
        {
            "start": 931686010,
            "stop": 931686150
        },
        {
            "start": 931699570,
            "stop": 931699591
        },
        {
            "start": 931704428,
            "stop": 931704430
        },
        {
            "start": 931704458,
            "stop": 931704460
        },
        {
            "start": 931704516,
            "stop": 931704525
        },
        {
            "start": 931704565,
            "stop": 931704569
        },
        {
            "start": 931704813,
            "stop": 931704818
        },
        {
            "start": 931704835,
            "stop": 931704837
        }
    ]
}