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=46917
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=46918",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46916",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46917,
    "results": [
        {
            "start": 875189747,
            "stop": 875189766
        },
        {
            "start": 875189768,
            "stop": 875189771
        },
        {
            "start": 875189772,
            "stop": 875189779
        },
        {
            "start": 875189780,
            "stop": 875189782
        },
        {
            "start": 875189783,
            "stop": 875189810
        },
        {
            "start": 875189811,
            "stop": 875189871
        },
        {
            "start": 875189872,
            "stop": 875189877
        },
        {
            "start": 875189878,
            "stop": 875189898
        },
        {
            "start": 875189900,
            "stop": 875189919
        },
        {
            "start": 875189920,
            "stop": 875189940
        },
        {
            "start": 875189942,
            "stop": 875189977
        },
        {
            "start": 875189978,
            "stop": 875189980
        },
        {
            "start": 875189981,
            "stop": 875190020
        },
        {
            "start": 875190021,
            "stop": 875190022
        },
        {
            "start": 875190024,
            "stop": 875190041
        },
        {
            "start": 875190042,
            "stop": 875190059
        },
        {
            "start": 875190060,
            "stop": 875190068
        },
        {
            "start": 875190069,
            "stop": 875190070
        },
        {
            "start": 875190072,
            "stop": 875190090
        },
        {
            "start": 875190091,
            "stop": 875190101
        }
    ]
}