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=9892
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=9893",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9891",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9892,
    "results": [
        {
            "start": 874542670,
            "stop": 874542701
        },
        {
            "start": 874542718,
            "stop": 874542720
        },
        {
            "start": 874542780,
            "stop": 874542840
        },
        {
            "start": 874543020,
            "stop": 874543080
        },
        {
            "start": 874543320,
            "stop": 874543338
        },
        {
            "start": 874543355,
            "stop": 874543391
        },
        {
            "start": 874543408,
            "stop": 874543500
        },
        {
            "start": 874543560,
            "stop": 874543620
        },
        {
            "start": 874543860,
            "stop": 874543980
        },
        {
            "start": 874544100,
            "stop": 874544280
        },
        {
            "start": 874544400,
            "stop": 874544404
        },
        {
            "start": 874544434,
            "stop": 874544460
        },
        {
            "start": 874544520,
            "stop": 874544580
        },
        {
            "start": 874544715,
            "stop": 874544756
        },
        {
            "start": 874545240,
            "stop": 874545291
        },
        {
            "start": 874545308,
            "stop": 874545360
        },
        {
            "start": 874545420,
            "stop": 874545480
        },
        {
            "start": 874545602,
            "stop": 874545660
        },
        {
            "start": 874545981,
            "stop": 874546020
        },
        {
            "start": 874546500,
            "stop": 874546560
        }
    ]
}