Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2221
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=2222",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2220",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2221,
    "results": [
        {
            "start": 874875547,
            "stop": 874875969
        },
        {
            "start": 874875972,
            "stop": 874875977
        },
        {
            "start": 874875980,
            "stop": 874875981
        },
        {
            "start": 874875984,
            "stop": 874875985
        },
        {
            "start": 874875989,
            "stop": 874875990
        },
        {
            "start": 874875993,
            "stop": 874876000
        },
        {
            "start": 874876004,
            "stop": 874878055
        },
        {
            "start": 874879899,
            "stop": 874882325
        },
        {
            "start": 874882328,
            "stop": 874885171
        },
        {
            "start": 874885363,
            "stop": 874901592
        },
        {
            "start": 874901892,
            "stop": 874902136
        },
        {
            "start": 874902246,
            "stop": 874902706
        },
        {
            "start": 874903006,
            "stop": 874935182
        },
        {
            "start": 874936157,
            "stop": 874937634
        },
        {
            "start": 874937637,
            "stop": 874937640
        },
        {
            "start": 874937700,
            "stop": 874941742
        },
        {
            "start": 874941744,
            "stop": 874942020
        },
        {
            "start": 874942080,
            "stop": 874945039
        },
        {
            "start": 874945042,
            "stop": 874945044
        },
        {
            "start": 874945047,
            "stop": 874945445
        }
    ]
}