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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=727",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=725",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 726,
    "results": [
        {
            "start": 1267502321,
            "stop": 1267505484
        },
        {
            "start": 1267505486,
            "stop": 1267506224
        },
        {
            "start": 1267506227,
            "stop": 1267506401
        },
        {
            "start": 1267506405,
            "stop": 1267514092
        },
        {
            "start": 1267514096,
            "stop": 1267516124
        },
        {
            "start": 1267516129,
            "stop": 1267516845
        },
        {
            "start": 1267516848,
            "stop": 1267518707
        },
        {
            "start": 1267519404,
            "stop": 1267520497
        },
        {
            "start": 1267520502,
            "stop": 1267522746
        },
        {
            "start": 1267522750,
            "stop": 1267523974
        },
        {
            "start": 1267523978,
            "stop": 1267528501
        },
        {
            "start": 1267528503,
            "stop": 1267530191
        },
        {
            "start": 1267530193,
            "stop": 1267530504
        },
        {
            "start": 1267530509,
            "stop": 1267530544
        },
        {
            "start": 1267530549,
            "stop": 1267530650
        },
        {
            "start": 1267530655,
            "stop": 1267530674
        },
        {
            "start": 1267530679,
            "stop": 1267530879
        },
        {
            "start": 1267530884,
            "stop": 1267530990
        },
        {
            "start": 1267530994,
            "stop": 1267531081
        },
        {
            "start": 1267531086,
            "stop": 1267531253
        }
    ]
}