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=402
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=403",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=401",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 402,
    "results": [
        {
            "start": 824834552,
            "stop": 824834635
        },
        {
            "start": 824834652,
            "stop": 824836049
        },
        {
            "start": 824836071,
            "stop": 824836172
        },
        {
            "start": 824836193,
            "stop": 824837222
        },
        {
            "start": 824837241,
            "stop": 824837256
        },
        {
            "start": 824837273,
            "stop": 824837336
        },
        {
            "start": 824837353,
            "stop": 824837382
        },
        {
            "start": 824837399,
            "stop": 824837893
        },
        {
            "start": 824838318,
            "stop": 824838586
        },
        {
            "start": 824838603,
            "stop": 824839525
        },
        {
            "start": 824839542,
            "stop": 824842050
        },
        {
            "start": 824842442,
            "stop": 824843368
        },
        {
            "start": 824843385,
            "stop": 824843740
        },
        {
            "start": 824843757,
            "stop": 824843793
        },
        {
            "start": 824843810,
            "stop": 824843817
        },
        {
            "start": 824843872,
            "stop": 824843874
        },
        {
            "start": 824843950,
            "stop": 824843968
        },
        {
            "start": 824843985,
            "stop": 824843987
        },
        {
            "start": 824844006,
            "stop": 824844009
        },
        {
            "start": 824844030,
            "stop": 824844036
        }
    ]
}