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=317
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=318",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=316",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 317,
    "results": [
        {
            "start": 1181005477,
            "stop": 1181005793
        },
        {
            "start": 1181005795,
            "stop": 1181006105
        },
        {
            "start": 1181006108,
            "stop": 1181006791
        },
        {
            "start": 1181006794,
            "stop": 1181007104
        },
        {
            "start": 1181007107,
            "stop": 1181007587
        },
        {
            "start": 1181007588,
            "stop": 1181007765
        },
        {
            "start": 1181007766,
            "stop": 1181008610
        },
        {
            "start": 1181008612,
            "stop": 1181008650
        },
        {
            "start": 1181008651,
            "stop": 1181008667
        },
        {
            "start": 1181008668,
            "stop": 1181008947
        },
        {
            "start": 1181008949,
            "stop": 1181009110
        },
        {
            "start": 1181009111,
            "stop": 1181009490
        },
        {
            "start": 1181009491,
            "stop": 1181009797
        },
        {
            "start": 1181009800,
            "stop": 1181009801
        },
        {
            "start": 1181009802,
            "stop": 1181009979
        },
        {
            "start": 1181009980,
            "stop": 1181010191
        },
        {
            "start": 1181010193,
            "stop": 1181010209
        },
        {
            "start": 1181010210,
            "stop": 1181010382
        },
        {
            "start": 1181010383,
            "stop": 1181010502
        },
        {
            "start": 1181010503,
            "stop": 1181010621
        }
    ]
}