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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=128",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=126",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 127,
    "results": [
        {
            "start": 931705600,
            "stop": 931705605
        },
        {
            "start": 931705616,
            "stop": 931705630
        },
        {
            "start": 931705636,
            "stop": 931705644
        },
        {
            "start": 931705653,
            "stop": 931705672
        },
        {
            "start": 931705681,
            "stop": 931705682
        },
        {
            "start": 931705690,
            "stop": 931705693
        },
        {
            "start": 931705751,
            "stop": 931705757
        },
        {
            "start": 931705774,
            "stop": 931705778
        },
        {
            "start": 931705801,
            "stop": 931705804
        },
        {
            "start": 931705813,
            "stop": 931705815
        },
        {
            "start": 931705838,
            "stop": 931705840
        },
        {
            "start": 931705878,
            "stop": 931705886
        },
        {
            "start": 931705900,
            "stop": 931705915
        },
        {
            "start": 931705936,
            "stop": 931705937
        },
        {
            "start": 931705952,
            "stop": 931705965
        },
        {
            "start": 931705974,
            "stop": 931705988
        },
        {
            "start": 931705999,
            "stop": 931706007
        },
        {
            "start": 931706033,
            "stop": 931706050
        },
        {
            "start": 931706060,
            "stop": 931706078
        },
        {
            "start": 931706084,
            "stop": 931706090
        }
    ]
}