Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33376
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33377",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33375",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33376,
    "results": [
        {
            "start": 971618956,
            "stop": 971619281
        },
        {
            "start": 971619284,
            "stop": 971619418
        },
        {
            "start": 971619421,
            "stop": 971619436
        },
        {
            "start": 971619856,
            "stop": 971619939
        },
        {
            "start": 971619942,
            "stop": 971620009
        },
        {
            "start": 971620012,
            "stop": 971620014
        },
        {
            "start": 971620017,
            "stop": 971620033
        },
        {
            "start": 971620036,
            "stop": 971620122
        },
        {
            "start": 971620125,
            "stop": 971620136
        },
        {
            "start": 971620140,
            "stop": 971620156
        },
        {
            "start": 971620276,
            "stop": 971620374
        },
        {
            "start": 971620378,
            "stop": 971620385
        },
        {
            "start": 971620388,
            "stop": 971620389
        },
        {
            "start": 971620395,
            "stop": 971620620
        },
        {
            "start": 971620624,
            "stop": 971620655
        },
        {
            "start": 971620661,
            "stop": 971620756
        },
        {
            "start": 971620876,
            "stop": 971621099
        },
        {
            "start": 971621102,
            "stop": 971621160
        },
        {
            "start": 971621168,
            "stop": 971621213
        },
        {
            "start": 971621216,
            "stop": 971621217
        }
    ]
}