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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6349",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6347",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6348,
    "results": [
        {
            "start": 873422341,
            "stop": 873422486
        },
        {
            "start": 873422487,
            "stop": 873422605
        },
        {
            "start": 873422606,
            "stop": 873422618
        },
        {
            "start": 873422619,
            "stop": 873422645
        },
        {
            "start": 873422646,
            "stop": 873422951
        },
        {
            "start": 873422952,
            "stop": 873422981
        },
        {
            "start": 873422982,
            "stop": 873423178
        },
        {
            "start": 873423179,
            "stop": 873423238
        },
        {
            "start": 873423239,
            "stop": 873424563
        },
        {
            "start": 873424564,
            "stop": 873424659
        },
        {
            "start": 873424660,
            "stop": 873424724
        },
        {
            "start": 873431010,
            "stop": 873431318
        },
        {
            "start": 873431319,
            "stop": 873431665
        },
        {
            "start": 873431666,
            "stop": 873431673
        },
        {
            "start": 873431674,
            "stop": 873432009
        },
        {
            "start": 873432010,
            "stop": 873432129
        },
        {
            "start": 873432130,
            "stop": 873432521
        },
        {
            "start": 873432522,
            "stop": 873432681
        },
        {
            "start": 873432683,
            "stop": 873433677
        },
        {
            "start": 873433678,
            "stop": 873434173
        }
    ]
}