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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=191",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=189",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 190,
    "results": [
        {
            "start": 817555822,
            "stop": 817556074
        },
        {
            "start": 817556104,
            "stop": 817557031
        },
        {
            "start": 817557057,
            "stop": 817557304
        },
        {
            "start": 817557326,
            "stop": 817557330
        },
        {
            "start": 817557359,
            "stop": 817557514
        },
        {
            "start": 817557535,
            "stop": 817557898
        },
        {
            "start": 817557919,
            "stop": 817558113
        },
        {
            "start": 817558134,
            "stop": 817558230
        },
        {
            "start": 817558260,
            "stop": 817558565
        },
        {
            "start": 817558585,
            "stop": 817561103
        },
        {
            "start": 817561131,
            "stop": 817561603
        },
        {
            "start": 817561625,
            "stop": 817562604
        },
        {
            "start": 817562623,
            "stop": 817564030
        },
        {
            "start": 817564049,
            "stop": 817564057
        },
        {
            "start": 817564095,
            "stop": 817564337
        },
        {
            "start": 817564364,
            "stop": 817564852
        },
        {
            "start": 817564872,
            "stop": 817564876
        },
        {
            "start": 817564880,
            "stop": 817564946
        },
        {
            "start": 817564969,
            "stop": 817565001
        },
        {
            "start": 817565033,
            "stop": 817565042
        }
    ]
}