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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=495",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=493",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 494,
    "results": [
        {
            "start": 1184574114,
            "stop": 1184574115
        },
        {
            "start": 1184574118,
            "stop": 1184574121
        },
        {
            "start": 1184574124,
            "stop": 1184574147
        },
        {
            "start": 1184574149,
            "stop": 1184574157
        },
        {
            "start": 1184574159,
            "stop": 1184574160
        },
        {
            "start": 1184574162,
            "stop": 1184574217
        },
        {
            "start": 1184574226,
            "stop": 1184574238
        },
        {
            "start": 1184574240,
            "stop": 1184574391
        },
        {
            "start": 1184574450,
            "stop": 1184574466
        },
        {
            "start": 1184574469,
            "stop": 1184574476
        },
        {
            "start": 1184574488,
            "stop": 1184574495
        },
        {
            "start": 1184574498,
            "stop": 1184574499
        },
        {
            "start": 1184574504,
            "stop": 1184574507
        },
        {
            "start": 1184574525,
            "stop": 1184574526
        },
        {
            "start": 1184574528,
            "stop": 1184574534
        },
        {
            "start": 1184574536,
            "stop": 1184574540
        },
        {
            "start": 1184574542,
            "stop": 1184574548
        },
        {
            "start": 1184574554,
            "stop": 1184574638
        },
        {
            "start": 1184574640,
            "stop": 1184574641
        },
        {
            "start": 1184574648,
            "stop": 1184574706
        }
    ]
}