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=4588
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=4589",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4587",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4588,
    "results": [
        {
            "start": 969102967,
            "stop": 969102998
        },
        {
            "start": 969103001,
            "stop": 969103013
        },
        {
            "start": 969103016,
            "stop": 969103061
        },
        {
            "start": 969103065,
            "stop": 969103206
        },
        {
            "start": 969103209,
            "stop": 969103293
        },
        {
            "start": 969103296,
            "stop": 969103318
        },
        {
            "start": 969103321,
            "stop": 969103518
        },
        {
            "start": 969103521,
            "stop": 969103594
        },
        {
            "start": 969103598,
            "stop": 969103614
        },
        {
            "start": 969103619,
            "stop": 969103646
        },
        {
            "start": 969103655,
            "stop": 969103669
        },
        {
            "start": 969103673,
            "stop": 969103708
        },
        {
            "start": 969103711,
            "stop": 969103738
        },
        {
            "start": 969103743,
            "stop": 969103775
        },
        {
            "start": 969103778,
            "stop": 969103886
        },
        {
            "start": 969103890,
            "stop": 969103912
        },
        {
            "start": 969103917,
            "stop": 969103935
        },
        {
            "start": 969103938,
            "stop": 969104016
        },
        {
            "start": 969104019,
            "stop": 969104060
        },
        {
            "start": 969104063,
            "stop": 969104102
        }
    ]
}