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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=9",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=7",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 8,
    "results": [
        {
            "start": 1397650343,
            "stop": 1397651670
        },
        {
            "start": 1397651675,
            "stop": 1397661838
        },
        {
            "start": 1397665575,
            "stop": 1397669096
        },
        {
            "start": 1397669099,
            "stop": 1397669328
        },
        {
            "start": 1397669332,
            "stop": 1397677817
        },
        {
            "start": 1397677822,
            "stop": 1397679083
        },
        {
            "start": 1397679087,
            "stop": 1397685617
        },
        {
            "start": 1397693585,
            "stop": 1397706173
        },
        {
            "start": 1397706180,
            "stop": 1397709458
        },
        {
            "start": 1397709465,
            "stop": 1397714641
        },
        {
            "start": 1397729478,
            "stop": 1397731684
        },
        {
            "start": 1397731687,
            "stop": 1397750594
        },
        {
            "start": 1397750597,
            "stop": 1397754653
        },
        {
            "start": 1397754660,
            "stop": 1397757647
        },
        {
            "start": 1397757654,
            "stop": 1397762798
        },
        {
            "start": 1397768900,
            "stop": 1397777882
        },
        {
            "start": 1397777886,
            "stop": 1397779062
        },
        {
            "start": 1397779068,
            "stop": 1397779264
        },
        {
            "start": 1397779271,
            "stop": 1397786145
        },
        {
            "start": 1397786152,
            "stop": 1397789806
        }
    ]
}