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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=639",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=637",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 638,
    "results": [
        {
            "start": 1263738849,
            "stop": 1263739588
        },
        {
            "start": 1263739591,
            "stop": 1263741230
        },
        {
            "start": 1263741233,
            "stop": 1263743959
        },
        {
            "start": 1263743962,
            "stop": 1263744108
        },
        {
            "start": 1263744111,
            "stop": 1263745676
        },
        {
            "start": 1263745679,
            "stop": 1263746731
        },
        {
            "start": 1263746734,
            "stop": 1263748155
        },
        {
            "start": 1263748158,
            "stop": 1263749746
        },
        {
            "start": 1263749749,
            "stop": 1263750964
        },
        {
            "start": 1263750967,
            "stop": 1263752585
        },
        {
            "start": 1263752588,
            "stop": 1263752599
        },
        {
            "start": 1263752602,
            "stop": 1263753135
        },
        {
            "start": 1263753138,
            "stop": 1263753411
        },
        {
            "start": 1263753414,
            "stop": 1263755685
        },
        {
            "start": 1263755688,
            "stop": 1263756793
        },
        {
            "start": 1263756796,
            "stop": 1263757336
        },
        {
            "start": 1263757339,
            "stop": 1263757562
        },
        {
            "start": 1263757565,
            "stop": 1263759156
        },
        {
            "start": 1263759159,
            "stop": 1263759171
        },
        {
            "start": 1263759174,
            "stop": 1263760917
        }
    ]
}