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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1053",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1051",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 1052,
    "results": [
        {
            "start": 1252982643,
            "stop": 1252982798
        },
        {
            "start": 1252982802,
            "stop": 1252983553
        },
        {
            "start": 1252983556,
            "stop": 1252983735
        },
        {
            "start": 1252983738,
            "stop": 1252984054
        },
        {
            "start": 1252984058,
            "stop": 1252985137
        },
        {
            "start": 1252985140,
            "stop": 1252985363
        },
        {
            "start": 1252985366,
            "stop": 1252985931
        },
        {
            "start": 1252985934,
            "stop": 1252986204
        },
        {
            "start": 1252986208,
            "stop": 1252988181
        },
        {
            "start": 1252988185,
            "stop": 1252991479
        },
        {
            "start": 1252991483,
            "stop": 1252991805
        },
        {
            "start": 1252991808,
            "stop": 1252992719
        },
        {
            "start": 1252992722,
            "stop": 1252994493
        },
        {
            "start": 1252994497,
            "stop": 1252995029
        },
        {
            "start": 1252995032,
            "stop": 1252995641
        },
        {
            "start": 1252995644,
            "stop": 1252995718
        },
        {
            "start": 1252995722,
            "stop": 1252995791
        },
        {
            "start": 1252995794,
            "stop": 1252996646
        },
        {
            "start": 1252996650,
            "stop": 1252998548
        },
        {
            "start": 1252998552,
            "stop": 1252998636
        }
    ]
}