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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=108",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=106",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 107,
    "results": [
        {
            "start": 817337605,
            "stop": 817338009
        },
        {
            "start": 817338012,
            "stop": 817338433
        },
        {
            "start": 817338436,
            "stop": 817338746
        },
        {
            "start": 817338750,
            "stop": 817338905
        },
        {
            "start": 817338908,
            "stop": 817339022
        },
        {
            "start": 817339025,
            "stop": 817339175
        },
        {
            "start": 817339178,
            "stop": 817339251
        },
        {
            "start": 817339254,
            "stop": 817339452
        },
        {
            "start": 817339456,
            "stop": 817339493
        },
        {
            "start": 817339496,
            "stop": 817339655
        },
        {
            "start": 817339658,
            "stop": 817340018
        },
        {
            "start": 817340021,
            "stop": 817340146
        },
        {
            "start": 817340150,
            "stop": 817340158
        },
        {
            "start": 817340161,
            "stop": 817340177
        },
        {
            "start": 817340180,
            "stop": 817340238
        },
        {
            "start": 817340242,
            "stop": 817340364
        },
        {
            "start": 817341783,
            "stop": 817342150
        },
        {
            "start": 817342702,
            "stop": 817343329
        },
        {
            "start": 817343333,
            "stop": 817343392
        },
        {
            "start": 817343395,
            "stop": 817343697
        }
    ]
}