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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4636",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4634",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4635,
    "results": [
        {
            "start": 874241883,
            "stop": 874241936
        },
        {
            "start": 874241955,
            "stop": 874242091
        },
        {
            "start": 874242111,
            "stop": 874242316
        },
        {
            "start": 874242335,
            "stop": 874242453
        },
        {
            "start": 874242472,
            "stop": 874242640
        },
        {
            "start": 874242781,
            "stop": 874242812
        },
        {
            "start": 874242831,
            "stop": 874242853
        },
        {
            "start": 874242872,
            "stop": 874242932
        },
        {
            "start": 874242951,
            "stop": 874243054
        },
        {
            "start": 874243073,
            "stop": 874243111
        },
        {
            "start": 874243131,
            "stop": 874243155
        },
        {
            "start": 874243174,
            "stop": 874243345
        },
        {
            "start": 874243364,
            "stop": 874243374
        },
        {
            "start": 874243400,
            "stop": 874243481
        },
        {
            "start": 874243501,
            "stop": 874243570
        },
        {
            "start": 874243589,
            "stop": 874243649
        },
        {
            "start": 874243679,
            "stop": 874243685
        },
        {
            "start": 874243704,
            "stop": 874243808
        },
        {
            "start": 874243847,
            "stop": 874244002
        },
        {
            "start": 874244024,
            "stop": 874244041
        }
    ]
}