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=283
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=284",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=282",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 283,
    "results": [
        {
            "start": 820604667,
            "stop": 820605575
        },
        {
            "start": 820605785,
            "stop": 820606142
        },
        {
            "start": 820606262,
            "stop": 820606620
        },
        {
            "start": 820606680,
            "stop": 820606980
        },
        {
            "start": 820607040,
            "stop": 820607241
        },
        {
            "start": 820607258,
            "stop": 820607640
        },
        {
            "start": 820607700,
            "stop": 820607893
        },
        {
            "start": 820607910,
            "stop": 820607940
        },
        {
            "start": 820608060,
            "stop": 820608071
        },
        {
            "start": 820608158,
            "stop": 820608173
        },
        {
            "start": 820608440,
            "stop": 820608442
        },
        {
            "start": 820608466,
            "stop": 820608480
        },
        {
            "start": 820608600,
            "stop": 820608609
        },
        {
            "start": 820609231,
            "stop": 820609560
        },
        {
            "start": 820609760,
            "stop": 820611239
        },
        {
            "start": 820611300,
            "stop": 820612080
        },
        {
            "start": 820612260,
            "stop": 820612800
        },
        {
            "start": 820612860,
            "stop": 820613460
        },
        {
            "start": 820613580,
            "stop": 820613760
        },
        {
            "start": 820613820,
            "stop": 820614660
        }
    ]
}