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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=438",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=436",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 437,
    "results": [
        {
            "start": 1182878834,
            "stop": 1182880310
        },
        {
            "start": 1182880312,
            "stop": 1182880964
        },
        {
            "start": 1182880966,
            "stop": 1182881020
        },
        {
            "start": 1182881023,
            "stop": 1182881024
        },
        {
            "start": 1182881028,
            "stop": 1182881029
        },
        {
            "start": 1182881031,
            "stop": 1182881040
        },
        {
            "start": 1182881044,
            "stop": 1182881211
        },
        {
            "start": 1182881213,
            "stop": 1182881215
        },
        {
            "start": 1182881222,
            "stop": 1182881224
        },
        {
            "start": 1182881226,
            "stop": 1182881227
        },
        {
            "start": 1182881239,
            "stop": 1182881273
        },
        {
            "start": 1182881275,
            "stop": 1182881546
        },
        {
            "start": 1182881548,
            "stop": 1182881652
        },
        {
            "start": 1182881656,
            "stop": 1182881782
        },
        {
            "start": 1182881797,
            "stop": 1182881798
        },
        {
            "start": 1182881803,
            "stop": 1182882548
        },
        {
            "start": 1182882551,
            "stop": 1182882706
        },
        {
            "start": 1182882708,
            "stop": 1182882765
        },
        {
            "start": 1182882767,
            "stop": 1182882768
        },
        {
            "start": 1182882770,
            "stop": 1182882783
        }
    ]
}