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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=324",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=322",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 323,
    "results": [
        {
            "start": 823070989,
            "stop": 823071053
        },
        {
            "start": 823071057,
            "stop": 823071187
        },
        {
            "start": 823071190,
            "stop": 823071340
        },
        {
            "start": 823071343,
            "stop": 823071404
        },
        {
            "start": 823071705,
            "stop": 823071866
        },
        {
            "start": 823071870,
            "stop": 823071884
        },
        {
            "start": 823072065,
            "stop": 823072119
        },
        {
            "start": 823072122,
            "stop": 823072124
        },
        {
            "start": 823072127,
            "stop": 823072174
        },
        {
            "start": 823072178,
            "stop": 823072180
        },
        {
            "start": 823072183,
            "stop": 823072377
        },
        {
            "start": 823072380,
            "stop": 823072483
        },
        {
            "start": 823072486,
            "stop": 823072489
        },
        {
            "start": 823072492,
            "stop": 823072496
        },
        {
            "start": 823072500,
            "stop": 823072644
        },
        {
            "start": 823072647,
            "stop": 823072669
        },
        {
            "start": 823072672,
            "stop": 823072675
        },
        {
            "start": 823072679,
            "stop": 823072817
        },
        {
            "start": 823072821,
            "stop": 823072867
        },
        {
            "start": 823072871,
            "stop": 823072920
        }
    ]
}