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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=599",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=597",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 598,
    "results": [
        {
            "start": 842924511,
            "stop": 842928272
        },
        {
            "start": 842929003,
            "stop": 842967540
        },
        {
            "start": 842968301,
            "stop": 842972951
        },
        {
            "start": 842975106,
            "stop": 842981163
        },
        {
            "start": 842982781,
            "stop": 842986097
        },
        {
            "start": 842986774,
            "stop": 842987103
        },
        {
            "start": 842987126,
            "stop": 842988996
        },
        {
            "start": 842989684,
            "stop": 842994532
        },
        {
            "start": 842995635,
            "stop": 842996048
        },
        {
            "start": 842996602,
            "stop": 842997994
        },
        {
            "start": 842998604,
            "stop": 842999799
        },
        {
            "start": 843000650,
            "stop": 843025615
        },
        {
            "start": 843026915,
            "stop": 843105388
        },
        {
            "start": 843106874,
            "stop": 843108859
        },
        {
            "start": 843110435,
            "stop": 843132721
        },
        {
            "start": 843134294,
            "stop": 843167740
        },
        {
            "start": 843168869,
            "stop": 843174999
        },
        {
            "start": 843176580,
            "stop": 843188836
        },
        {
            "start": 843188841,
            "stop": 843223889
        },
        {
            "start": 843225754,
            "stop": 843251643
        }
    ]
}