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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=149",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=147",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 148,
    "results": [
        {
            "start": 819314657,
            "stop": 819315360
        },
        {
            "start": 819315420,
            "stop": 819315525
        },
        {
            "start": 819315645,
            "stop": 819316031
        },
        {
            "start": 819316143,
            "stop": 819316917
        },
        {
            "start": 819323264,
            "stop": 819323400
        },
        {
            "start": 819323460,
            "stop": 819323760
        },
        {
            "start": 819323820,
            "stop": 819324060
        },
        {
            "start": 819324180,
            "stop": 819324240
        },
        {
            "start": 819324300,
            "stop": 819324420
        },
        {
            "start": 819324480,
            "stop": 819324600
        },
        {
            "start": 819324660,
            "stop": 819324668
        },
        {
            "start": 819324863,
            "stop": 819325101
        },
        {
            "start": 819326844,
            "stop": 819327305
        },
        {
            "start": 819327322,
            "stop": 819327480
        },
        {
            "start": 819327540,
            "stop": 819327660
        },
        {
            "start": 819327720,
            "stop": 819327780
        },
        {
            "start": 819327840,
            "stop": 819328592
        },
        {
            "start": 819328609,
            "stop": 819329580
        },
        {
            "start": 819329640,
            "stop": 819332788
        },
        {
            "start": 819332908,
            "stop": 819333360
        }
    ]
}