Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=259
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=260",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=258",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 259,
    "results": [
        {
            "start": 1376836650,
            "stop": 1376836833
        },
        {
            "start": 1376843148,
            "stop": 1376843199
        },
        {
            "start": 1376843201,
            "stop": 1376843576
        },
        {
            "start": 1376843579,
            "stop": 1376843945
        },
        {
            "start": 1376843950,
            "stop": 1376844211
        },
        {
            "start": 1376844214,
            "stop": 1376844544
        },
        {
            "start": 1376844546,
            "stop": 1376844659
        },
        {
            "start": 1376844660,
            "stop": 1376845241
        },
        {
            "start": 1376845244,
            "stop": 1376845786
        },
        {
            "start": 1376845787,
            "stop": 1376847245
        },
        {
            "start": 1376847247,
            "stop": 1376847359
        },
        {
            "start": 1376847361,
            "stop": 1376848019
        },
        {
            "start": 1376848020,
            "stop": 1376848965
        },
        {
            "start": 1376848966,
            "stop": 1376849482
        },
        {
            "start": 1376849484,
            "stop": 1376850861
        },
        {
            "start": 1376850863,
            "stop": 1376851758
        },
        {
            "start": 1376851760,
            "stop": 1376852515
        },
        {
            "start": 1376866910,
            "stop": 1376867064
        },
        {
            "start": 1376867066,
            "stop": 1376867869
        },
        {
            "start": 1376867871,
            "stop": 1376868257
        }
    ]
}