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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=11",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=9",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 10,
    "results": [
        {
            "start": 1398135971,
            "stop": 1398142682
        },
        {
            "start": 1398142820,
            "stop": 1398144985
        },
        {
            "start": 1398144991,
            "stop": 1398158315
        },
        {
            "start": 1398158319,
            "stop": 1398164134
        },
        {
            "start": 1398164141,
            "stop": 1398164145
        },
        {
            "start": 1398164152,
            "stop": 1398169629
        },
        {
            "start": 1398169632,
            "stop": 1398173429
        },
        {
            "start": 1398173436,
            "stop": 1398174136
        },
        {
            "start": 1398174143,
            "stop": 1398174162
        },
        {
            "start": 1398174169,
            "stop": 1398182520
        },
        {
            "start": 1398198913,
            "stop": 1398201445
        },
        {
            "start": 1398201450,
            "stop": 1398206982
        },
        {
            "start": 1398206987,
            "stop": 1398209865
        },
        {
            "start": 1398209868,
            "stop": 1398212733
        },
        {
            "start": 1398212740,
            "stop": 1398213673
        },
        {
            "start": 1398213677,
            "stop": 1398214057
        },
        {
            "start": 1398214064,
            "stop": 1398214366
        },
        {
            "start": 1398214594,
            "stop": 1398218682
        },
        {
            "start": 1398222266,
            "stop": 1398223682
        },
        {
            "start": 1398223686,
            "stop": 1398231063
        }
    ]
}