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=534
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=535",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=533",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 534,
    "results": [
        {
            "start": 827187832,
            "stop": 827187931
        },
        {
            "start": 827187934,
            "stop": 827188249
        },
        {
            "start": 827188252,
            "stop": 827188280
        },
        {
            "start": 827188283,
            "stop": 827188292
        },
        {
            "start": 827188302,
            "stop": 827188328
        },
        {
            "start": 827188332,
            "stop": 827188380
        },
        {
            "start": 827188385,
            "stop": 827188475
        },
        {
            "start": 827188478,
            "stop": 827188613
        },
        {
            "start": 827188616,
            "stop": 827188697
        },
        {
            "start": 827188704,
            "stop": 827188740
        },
        {
            "start": 827188743,
            "stop": 827188794
        },
        {
            "start": 827188800,
            "stop": 827189048
        },
        {
            "start": 827189052,
            "stop": 827189086
        },
        {
            "start": 827189089,
            "stop": 827189370
        },
        {
            "start": 827189507,
            "stop": 827189508
        },
        {
            "start": 827190022,
            "stop": 827190116
        },
        {
            "start": 827190120,
            "stop": 827190122
        },
        {
            "start": 827190125,
            "stop": 827190133
        },
        {
            "start": 827190136,
            "stop": 827190271
        },
        {
            "start": 827190274,
            "stop": 827190319
        }
    ]
}