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=597
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=598",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=596",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 597,
    "results": [
        {
            "start": 1262924041,
            "stop": 1262924052
        },
        {
            "start": 1262924055,
            "stop": 1262924104
        },
        {
            "start": 1262924107,
            "stop": 1262924118
        },
        {
            "start": 1262924121,
            "stop": 1262924209
        },
        {
            "start": 1262924212,
            "stop": 1262924243
        },
        {
            "start": 1262924246,
            "stop": 1262924312
        },
        {
            "start": 1262924315,
            "stop": 1262924331
        },
        {
            "start": 1262924334,
            "stop": 1262924394
        },
        {
            "start": 1262924397,
            "stop": 1262924406
        },
        {
            "start": 1262924409,
            "stop": 1262924425
        },
        {
            "start": 1262924428,
            "stop": 1262924435
        },
        {
            "start": 1262924438,
            "stop": 1262924532
        },
        {
            "start": 1262924535,
            "stop": 1262924548
        },
        {
            "start": 1262924551,
            "stop": 1262924562
        },
        {
            "start": 1262924565,
            "stop": 1262924628
        },
        {
            "start": 1262924631,
            "stop": 1262924651
        },
        {
            "start": 1262924654,
            "stop": 1262924682
        },
        {
            "start": 1262924685,
            "stop": 1262924714
        },
        {
            "start": 1262924717,
            "stop": 1262924731
        },
        {
            "start": 1262924734,
            "stop": 1262924746
        }
    ]
}