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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=172",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=170",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 171,
    "results": [
        {
            "start": 842968301,
            "stop": 842972951
        },
        {
            "start": 842975106,
            "stop": 842981136
        },
        {
            "start": 842982781,
            "stop": 842986069
        },
        {
            "start": 842986774,
            "stop": 842986809
        },
        {
            "start": 842987414,
            "stop": 842988967
        },
        {
            "start": 842989684,
            "stop": 842994505
        },
        {
            "start": 842995635,
            "stop": 842996021
        },
        {
            "start": 842996602,
            "stop": 842997606
        },
        {
            "start": 842998604,
            "stop": 842999770
        },
        {
            "start": 843000650,
            "stop": 843025588
        },
        {
            "start": 843026915,
            "stop": 843105359
        },
        {
            "start": 843106874,
            "stop": 843108832
        },
        {
            "start": 843110435,
            "stop": 843132694
        },
        {
            "start": 843134294,
            "stop": 843167351
        },
        {
            "start": 843168869,
            "stop": 843174973
        },
        {
            "start": 843176580,
            "stop": 843223860
        },
        {
            "start": 843225754,
            "stop": 843251616
        },
        {
            "start": 843252682,
            "stop": 843257729
        },
        {
            "start": 843259139,
            "stop": 843272242
        },
        {
            "start": 843273634,
            "stop": 843311543
        }
    ]
}