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=323
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=324",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=322",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 323,
    "results": [
        {
            "start": 822649566,
            "stop": 822649589
        },
        {
            "start": 822649592,
            "stop": 822649594
        },
        {
            "start": 822649598,
            "stop": 822649911
        },
        {
            "start": 822649915,
            "stop": 822650032
        },
        {
            "start": 822650035,
            "stop": 822650194
        },
        {
            "start": 822650211,
            "stop": 822650970
        },
        {
            "start": 822651030,
            "stop": 822651031
        },
        {
            "start": 822651034,
            "stop": 822651036
        },
        {
            "start": 822651040,
            "stop": 822651045
        },
        {
            "start": 822651394,
            "stop": 822651433
        },
        {
            "start": 822651562,
            "stop": 822651630
        },
        {
            "start": 822651633,
            "stop": 822651842
        },
        {
            "start": 822651859,
            "stop": 822652147
        },
        {
            "start": 822652151,
            "stop": 822652739
        },
        {
            "start": 822652744,
            "stop": 822652877
        },
        {
            "start": 822652881,
            "stop": 822653021
        },
        {
            "start": 822653025,
            "stop": 822653844
        },
        {
            "start": 822653847,
            "stop": 822653927
        },
        {
            "start": 822653930,
            "stop": 822654021
        },
        {
            "start": 822654321,
            "stop": 822654520
        }
    ]
}