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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3454",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3452",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3453,
    "results": [
        {
            "start": 969854491,
            "stop": 969854523
        },
        {
            "start": 969854544,
            "stop": 969854864
        },
        {
            "start": 969854867,
            "stop": 969854929
        },
        {
            "start": 969854932,
            "stop": 969856221
        },
        {
            "start": 969856224,
            "stop": 969856465
        },
        {
            "start": 969856468,
            "stop": 969856476
        },
        {
            "start": 969856497,
            "stop": 969856561
        },
        {
            "start": 969856582,
            "stop": 969856717
        },
        {
            "start": 969856738,
            "stop": 969856832
        },
        {
            "start": 969856853,
            "stop": 969857331
        },
        {
            "start": 969857334,
            "stop": 969857430
        },
        {
            "start": 969857433,
            "stop": 969860079
        },
        {
            "start": 969860082,
            "stop": 969862162
        },
        {
            "start": 969862174,
            "stop": 969863314
        },
        {
            "start": 969863317,
            "stop": 969863813
        },
        {
            "start": 969863816,
            "stop": 969866327
        },
        {
            "start": 969866331,
            "stop": 969867136
        },
        {
            "start": 969867142,
            "stop": 969867400
        },
        {
            "start": 969867403,
            "stop": 969867575
        },
        {
            "start": 969867578,
            "stop": 969867801
        }
    ]
}