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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=208",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=206",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 207,
    "results": [
        {
            "start": 1126850633,
            "stop": 1126850648
        },
        {
            "start": 1126850649,
            "stop": 1126850652
        },
        {
            "start": 1126850654,
            "stop": 1126850690
        },
        {
            "start": 1126850693,
            "stop": 1126850695
        },
        {
            "start": 1126850696,
            "stop": 1126850697
        },
        {
            "start": 1126850703,
            "stop": 1126850710
        },
        {
            "start": 1126850712,
            "stop": 1126850715
        },
        {
            "start": 1126850716,
            "stop": 1126850718
        },
        {
            "start": 1126850720,
            "stop": 1126850743
        },
        {
            "start": 1126850745,
            "stop": 1126850746
        },
        {
            "start": 1126850747,
            "stop": 1126850748
        },
        {
            "start": 1126850749,
            "stop": 1126850864
        },
        {
            "start": 1126850865,
            "stop": 1126851007
        },
        {
            "start": 1126851009,
            "stop": 1126851036
        },
        {
            "start": 1126851038,
            "stop": 1126851113
        },
        {
            "start": 1126851115,
            "stop": 1126851231
        },
        {
            "start": 1126851232,
            "stop": 1126851444
        },
        {
            "start": 1126851446,
            "stop": 1126851486
        },
        {
            "start": 1126851490,
            "stop": 1126851497
        },
        {
            "start": 1126851499,
            "stop": 1126851578
        }
    ]
}