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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=522",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=520",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 521,
    "results": [
        {
            "start": 1262746233,
            "stop": 1262746246
        },
        {
            "start": 1262746249,
            "stop": 1262746317
        },
        {
            "start": 1262746320,
            "stop": 1262746335
        },
        {
            "start": 1262746338,
            "stop": 1262746357
        },
        {
            "start": 1262746360,
            "stop": 1262746417
        },
        {
            "start": 1262746420,
            "stop": 1262746613
        },
        {
            "start": 1262746616,
            "stop": 1262746645
        },
        {
            "start": 1262746648,
            "stop": 1262746694
        },
        {
            "start": 1262746696,
            "stop": 1262746698
        },
        {
            "start": 1262746701,
            "stop": 1262746762
        },
        {
            "start": 1262746765,
            "stop": 1262746890
        },
        {
            "start": 1262746893,
            "stop": 1262746898
        },
        {
            "start": 1262746901,
            "stop": 1262746975
        },
        {
            "start": 1262746978,
            "stop": 1262747221
        },
        {
            "start": 1262747224,
            "stop": 1262747718
        },
        {
            "start": 1262747721,
            "stop": 1262747723
        },
        {
            "start": 1262747726,
            "stop": 1262747917
        },
        {
            "start": 1262747920,
            "stop": 1262748198
        },
        {
            "start": 1262748201,
            "stop": 1262748567
        },
        {
            "start": 1262748570,
            "stop": 1262748646
        }
    ]
}