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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=86",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=84",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 85,
    "results": [
        {
            "start": 842929003,
            "stop": 842967541
        },
        {
            "start": 842968301,
            "stop": 842972951
        },
        {
            "start": 842975106,
            "stop": 842981166
        },
        {
            "start": 842982781,
            "stop": 842986099
        },
        {
            "start": 842986774,
            "stop": 842988997
        },
        {
            "start": 842989684,
            "stop": 842994535
        },
        {
            "start": 842995635,
            "stop": 842996050
        },
        {
            "start": 842996602,
            "stop": 842997998
        },
        {
            "start": 842998604,
            "stop": 842999800
        },
        {
            "start": 843000650,
            "stop": 843025618
        },
        {
            "start": 843026915,
            "stop": 843105389
        },
        {
            "start": 843106874,
            "stop": 843108862
        },
        {
            "start": 843110435,
            "stop": 843132724
        },
        {
            "start": 843134294,
            "stop": 843167744
        },
        {
            "start": 843168869,
            "stop": 843175003
        },
        {
            "start": 843176580,
            "stop": 843223890
        },
        {
            "start": 843225754,
            "stop": 843251646
        },
        {
            "start": 843252682,
            "stop": 843257759
        },
        {
            "start": 843259139,
            "stop": 843272272
        },
        {
            "start": 843273634,
            "stop": 843311543
        }
    ]
}