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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4540",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4538",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4539,
    "results": [
        {
            "start": 968673804,
            "stop": 968674120
        },
        {
            "start": 968674123,
            "stop": 968674703
        },
        {
            "start": 968674706,
            "stop": 968674727
        },
        {
            "start": 968674730,
            "stop": 968675299
        },
        {
            "start": 968675302,
            "stop": 968675334
        },
        {
            "start": 968675339,
            "stop": 968675372
        },
        {
            "start": 968676835,
            "stop": 968677420
        },
        {
            "start": 968677423,
            "stop": 968677538
        },
        {
            "start": 968677598,
            "stop": 968677684
        },
        {
            "start": 968677687,
            "stop": 968678795
        },
        {
            "start": 968678798,
            "stop": 968678922
        },
        {
            "start": 968678926,
            "stop": 968678945
        },
        {
            "start": 968678948,
            "stop": 968678971
        },
        {
            "start": 968678974,
            "stop": 968678993
        },
        {
            "start": 968678997,
            "stop": 968678998
        },
        {
            "start": 968679001,
            "stop": 968679023
        },
        {
            "start": 968679029,
            "stop": 968679056
        },
        {
            "start": 968679059,
            "stop": 968679338
        },
        {
            "start": 968679341,
            "stop": 968679367
        },
        {
            "start": 968679370,
            "stop": 968679390
        }
    ]
}