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=79
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=80",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=78",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 79,
    "results": [
        {
            "start": 1371054819,
            "stop": 1371057663
        },
        {
            "start": 1371057664,
            "stop": 1371058787
        },
        {
            "start": 1371058789,
            "stop": 1371059495
        },
        {
            "start": 1371059496,
            "stop": 1371061616
        },
        {
            "start": 1371061618,
            "stop": 1371062779
        },
        {
            "start": 1371062780,
            "stop": 1371063180
        },
        {
            "start": 1371063182,
            "stop": 1371064179
        },
        {
            "start": 1371073351,
            "stop": 1371073524
        },
        {
            "start": 1371073529,
            "stop": 1371074025
        },
        {
            "start": 1371074029,
            "stop": 1371074039
        },
        {
            "start": 1371074044,
            "stop": 1371074104
        },
        {
            "start": 1371074109,
            "stop": 1371074277
        },
        {
            "start": 1371074282,
            "stop": 1371074332
        },
        {
            "start": 1371074334,
            "stop": 1371074400
        },
        {
            "start": 1371074405,
            "stop": 1371074531
        },
        {
            "start": 1371074536,
            "stop": 1371074576
        },
        {
            "start": 1371074578,
            "stop": 1371074661
        },
        {
            "start": 1371074663,
            "stop": 1371074863
        },
        {
            "start": 1371074865,
            "stop": 1371074867
        },
        {
            "start": 1371074872,
            "stop": 1371074891
        }
    ]
}