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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=743",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=741",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 742,
    "results": [
        {
            "start": 1249047296,
            "stop": 1249047298
        },
        {
            "start": 1249047303,
            "stop": 1249047310
        },
        {
            "start": 1249047314,
            "stop": 1249047315
        },
        {
            "start": 1249047316,
            "stop": 1249047450
        },
        {
            "start": 1249047454,
            "stop": 1249047459
        },
        {
            "start": 1249047461,
            "stop": 1249047471
        },
        {
            "start": 1249047474,
            "stop": 1249047475
        },
        {
            "start": 1249047479,
            "stop": 1249047480
        },
        {
            "start": 1249047481,
            "stop": 1249047484
        },
        {
            "start": 1249047487,
            "stop": 1249047489
        },
        {
            "start": 1249047495,
            "stop": 1249047517
        },
        {
            "start": 1249047518,
            "stop": 1249047525
        },
        {
            "start": 1249047527,
            "stop": 1249047528
        },
        {
            "start": 1249047532,
            "stop": 1249047570
        },
        {
            "start": 1249047571,
            "stop": 1249047572
        },
        {
            "start": 1249047581,
            "stop": 1249047641
        },
        {
            "start": 1249047642,
            "stop": 1249047713
        },
        {
            "start": 1249047714,
            "stop": 1249047782
        },
        {
            "start": 1249047784,
            "stop": 1249047859
        },
        {
            "start": 1249047863,
            "stop": 1249047865
        }
    ]
}