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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2338",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2336",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2337,
    "results": [
        {
            "start": 874456097,
            "stop": 874456125
        },
        {
            "start": 874456154,
            "stop": 874456164
        },
        {
            "start": 874456184,
            "stop": 874456418
        },
        {
            "start": 874456437,
            "stop": 874456451
        },
        {
            "start": 874456470,
            "stop": 874456474
        },
        {
            "start": 874456493,
            "stop": 874456618
        },
        {
            "start": 874456656,
            "stop": 874456947
        },
        {
            "start": 874456966,
            "stop": 874457163
        },
        {
            "start": 874457184,
            "stop": 874457580
        },
        {
            "start": 874457601,
            "stop": 874458570
        },
        {
            "start": 874458590,
            "stop": 874459025
        },
        {
            "start": 874459051,
            "stop": 874459245
        },
        {
            "start": 874459304,
            "stop": 874459392
        },
        {
            "start": 874459433,
            "stop": 874459629
        },
        {
            "start": 874459653,
            "stop": 874459833
        },
        {
            "start": 874459865,
            "stop": 874460019
        },
        {
            "start": 874460038,
            "stop": 874460532
        },
        {
            "start": 874460553,
            "stop": 874460558
        },
        {
            "start": 874460577,
            "stop": 874460632
        },
        {
            "start": 874460652,
            "stop": 874460685
        }
    ]
}