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=525
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=526",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=524",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 525,
    "results": [
        {
            "start": 1184901002,
            "stop": 1184901026
        },
        {
            "start": 1184901031,
            "stop": 1184901032
        },
        {
            "start": 1184901035,
            "stop": 1184901500
        },
        {
            "start": 1184901502,
            "stop": 1184901508
        },
        {
            "start": 1184901512,
            "stop": 1184901513
        },
        {
            "start": 1184901515,
            "stop": 1184901619
        },
        {
            "start": 1184901621,
            "stop": 1184901738
        },
        {
            "start": 1184901746,
            "stop": 1184901908
        },
        {
            "start": 1184901911,
            "stop": 1184902301
        },
        {
            "start": 1184902303,
            "stop": 1184902439
        },
        {
            "start": 1184902443,
            "stop": 1184902727
        },
        {
            "start": 1184902729,
            "stop": 1184902843
        },
        {
            "start": 1184902847,
            "stop": 1184902881
        },
        {
            "start": 1184902883,
            "stop": 1184903092
        },
        {
            "start": 1184903094,
            "stop": 1184903096
        },
        {
            "start": 1184903098,
            "stop": 1184903371
        },
        {
            "start": 1184903373,
            "stop": 1184903380
        },
        {
            "start": 1184903382,
            "stop": 1184903714
        },
        {
            "start": 1184903716,
            "stop": 1184903734
        },
        {
            "start": 1184903737,
            "stop": 1184904186
        }
    ]
}