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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8119",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8117",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 8118,
    "results": [
        {
            "start": 970853598,
            "stop": 970853605
        },
        {
            "start": 970853621,
            "stop": 970853637
        },
        {
            "start": 970853640,
            "stop": 970853642
        },
        {
            "start": 970853648,
            "stop": 970853659
        },
        {
            "start": 970853665,
            "stop": 970853666
        },
        {
            "start": 970853670,
            "stop": 970853677
        },
        {
            "start": 970853695,
            "stop": 970853802
        },
        {
            "start": 970853805,
            "stop": 970853908
        },
        {
            "start": 970853911,
            "stop": 970854004
        },
        {
            "start": 970854007,
            "stop": 970854011
        },
        {
            "start": 970854014,
            "stop": 970854067
        },
        {
            "start": 970854083,
            "stop": 970854096
        },
        {
            "start": 970854108,
            "stop": 970854114
        },
        {
            "start": 970854134,
            "stop": 970854141
        },
        {
            "start": 970854155,
            "stop": 970854231
        },
        {
            "start": 970854237,
            "stop": 970854317
        },
        {
            "start": 970854321,
            "stop": 970854358
        },
        {
            "start": 970854362,
            "stop": 970854517
        },
        {
            "start": 970854520,
            "stop": 970854560
        },
        {
            "start": 970854571,
            "stop": 970854693
        }
    ]
}