Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=4940
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=4941",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=4939",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 4940,
    "results": [
        {
            "start": 874419215,
            "stop": 874419298
        },
        {
            "start": 874419305,
            "stop": 874419519
        },
        {
            "start": 874419526,
            "stop": 874419530
        },
        {
            "start": 874419537,
            "stop": 874419623
        },
        {
            "start": 874419634,
            "stop": 874419650
        },
        {
            "start": 874419661,
            "stop": 874419757
        },
        {
            "start": 874419764,
            "stop": 874419826
        },
        {
            "start": 874419833,
            "stop": 874419881
        },
        {
            "start": 874419888,
            "stop": 874419897
        },
        {
            "start": 874419904,
            "stop": 874419926
        },
        {
            "start": 874419935,
            "stop": 874420062
        },
        {
            "start": 874420069,
            "stop": 874420073
        },
        {
            "start": 874420081,
            "stop": 874420107
        },
        {
            "start": 874420114,
            "stop": 874420152
        },
        {
            "start": 874420160,
            "stop": 874420353
        },
        {
            "start": 874420360,
            "stop": 874420370
        },
        {
            "start": 874420377,
            "stop": 874420490
        },
        {
            "start": 874420497,
            "stop": 874420576
        },
        {
            "start": 874420584,
            "stop": 874420608
        },
        {
            "start": 874420616,
            "stop": 874420656
        }
    ]
}