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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=74",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=72",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 73,
    "results": [
        {
            "start": 1405163449,
            "stop": 1405170245
        },
        {
            "start": 1405193179,
            "stop": 1405207480
        },
        {
            "start": 1405207485,
            "stop": 1405212998
        },
        {
            "start": 1405213002,
            "stop": 1405215610
        },
        {
            "start": 1405215614,
            "stop": 1405221380
        },
        {
            "start": 1405221385,
            "stop": 1405226835
        },
        {
            "start": 1405227343,
            "stop": 1405228011
        },
        {
            "start": 1405228296,
            "stop": 1405228803
        },
        {
            "start": 1405228806,
            "stop": 1405231148
        },
        {
            "start": 1405231476,
            "stop": 1405233308
        },
        {
            "start": 1405233732,
            "stop": 1405235516
        },
        {
            "start": 1405235636,
            "stop": 1405235644
        },
        {
            "start": 1405235844,
            "stop": 1405236284
        },
        {
            "start": 1405237060,
            "stop": 1405237228
        },
        {
            "start": 1405237444,
            "stop": 1405237804
        },
        {
            "start": 1405237924,
            "stop": 1405237980
        },
        {
            "start": 1405238180,
            "stop": 1405238860
        },
        {
            "start": 1405239236,
            "stop": 1405239292
        },
        {
            "start": 1405239604,
            "stop": 1405239644
        },
        {
            "start": 1405240562,
            "stop": 1405242518
        }
    ]
}