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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=699",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=697",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 698,
    "results": [
        {
            "start": 951171214,
            "stop": 951171358
        },
        {
            "start": 951171364,
            "stop": 951177488
        },
        {
            "start": 951177494,
            "stop": 951179588
        },
        {
            "start": 951179594,
            "stop": 951179676
        },
        {
            "start": 951180423,
            "stop": 951180659
        },
        {
            "start": 951180665,
            "stop": 951180899
        },
        {
            "start": 951180905,
            "stop": 951183877
        },
        {
            "start": 951183883,
            "stop": 951192089
        },
        {
            "start": 951192432,
            "stop": 951200408
        },
        {
            "start": 951200414,
            "stop": 951201217
        },
        {
            "start": 951201223,
            "stop": 951202578
        },
        {
            "start": 951202584,
            "stop": 951203379
        },
        {
            "start": 951203385,
            "stop": 951204617
        },
        {
            "start": 951204623,
            "stop": 951213801
        },
        {
            "start": 951213807,
            "stop": 951222422
        },
        {
            "start": 951229635,
            "stop": 951230219
        },
        {
            "start": 951233496,
            "stop": 951233730
        },
        {
            "start": 951233736,
            "stop": 951234435
        },
        {
            "start": 951234441,
            "stop": 951235878
        },
        {
            "start": 951235884,
            "stop": 951236345
        }
    ]
}