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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2165",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2163",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2164,
    "results": [
        {
            "start": 869949586,
            "stop": 869949604
        },
        {
            "start": 869949904,
            "stop": 869950448
        },
        {
            "start": 869951053,
            "stop": 869951896
        },
        {
            "start": 869952196,
            "stop": 869952779
        },
        {
            "start": 869952845,
            "stop": 869952912
        },
        {
            "start": 869952921,
            "stop": 869952931
        },
        {
            "start": 869952938,
            "stop": 869954170
        },
        {
            "start": 869954175,
            "stop": 869954380
        },
        {
            "start": 869954686,
            "stop": 869954896
        },
        {
            "start": 869955227,
            "stop": 869955922
        },
        {
            "start": 869955935,
            "stop": 869955937
        },
        {
            "start": 869955943,
            "stop": 869955957
        },
        {
            "start": 869956020,
            "stop": 869958212
        },
        {
            "start": 869958218,
            "stop": 869958577
        },
        {
            "start": 869958583,
            "stop": 869964297
        },
        {
            "start": 869964303,
            "stop": 869964310
        },
        {
            "start": 869964315,
            "stop": 869964322
        },
        {
            "start": 869964328,
            "stop": 869985032
        },
        {
            "start": 869985038,
            "stop": 869986914
        },
        {
            "start": 869987214,
            "stop": 869992033
        }
    ]
}