Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46914
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46915",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46913",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46914,
    "results": [
        {
            "start": 875188150,
            "stop": 875188315
        },
        {
            "start": 875188316,
            "stop": 875188423
        },
        {
            "start": 875188424,
            "stop": 875188506
        },
        {
            "start": 875188507,
            "stop": 875188517
        },
        {
            "start": 875188520,
            "stop": 875188851
        },
        {
            "start": 875188852,
            "stop": 875188879
        },
        {
            "start": 875188880,
            "stop": 875188921
        },
        {
            "start": 875188922,
            "stop": 875188939
        },
        {
            "start": 875188940,
            "stop": 875188960
        },
        {
            "start": 875188961,
            "stop": 875189004
        },
        {
            "start": 875189007,
            "stop": 875189021
        },
        {
            "start": 875189022,
            "stop": 875189029
        },
        {
            "start": 875189030,
            "stop": 875189045
        },
        {
            "start": 875189047,
            "stop": 875189053
        },
        {
            "start": 875189056,
            "stop": 875189071
        },
        {
            "start": 875189072,
            "stop": 875189089
        },
        {
            "start": 875189090,
            "stop": 875189109
        },
        {
            "start": 875189112,
            "stop": 875189130
        },
        {
            "start": 875189132,
            "stop": 875189177
        },
        {
            "start": 875189178,
            "stop": 875189191
        }
    ]
}