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=312
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=313",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=311",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 312,
    "results": [
        {
            "start": 823066438,
            "stop": 823066569
        },
        {
            "start": 823066575,
            "stop": 823066791
        },
        {
            "start": 823066800,
            "stop": 823066827
        },
        {
            "start": 823066832,
            "stop": 823067139
        },
        {
            "start": 823067147,
            "stop": 823067246
        },
        {
            "start": 823067580,
            "stop": 823067621
        },
        {
            "start": 823067631,
            "stop": 823067823
        },
        {
            "start": 823067828,
            "stop": 823067938
        },
        {
            "start": 823067943,
            "stop": 823068016
        },
        {
            "start": 823068022,
            "stop": 823068093
        },
        {
            "start": 823068098,
            "stop": 823068145
        },
        {
            "start": 823068150,
            "stop": 823068301
        },
        {
            "start": 823068309,
            "stop": 823068425
        },
        {
            "start": 823068430,
            "stop": 823068737
        },
        {
            "start": 823068743,
            "stop": 823068770
        },
        {
            "start": 823068776,
            "stop": 823068787
        },
        {
            "start": 823068792,
            "stop": 823068837
        },
        {
            "start": 823068842,
            "stop": 823068905
        },
        {
            "start": 823068910,
            "stop": 823068984
        },
        {
            "start": 823068992,
            "stop": 823069429
        }
    ]
}