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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5859",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5857",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5858,
    "results": [
        {
            "start": 874757972,
            "stop": 874758030
        },
        {
            "start": 874758033,
            "stop": 874758068
        },
        {
            "start": 874758071,
            "stop": 874758072
        },
        {
            "start": 874758075,
            "stop": 874758121
        },
        {
            "start": 874758124,
            "stop": 874758126
        },
        {
            "start": 874758129,
            "stop": 874758190
        },
        {
            "start": 874758193,
            "stop": 874758201
        },
        {
            "start": 874758204,
            "stop": 874758458
        },
        {
            "start": 874758462,
            "stop": 874758529
        },
        {
            "start": 874758533,
            "stop": 874758555
        },
        {
            "start": 874758558,
            "stop": 874758605
        },
        {
            "start": 874758608,
            "stop": 874758728
        },
        {
            "start": 874758731,
            "stop": 874758876
        },
        {
            "start": 874758879,
            "stop": 874758901
        },
        {
            "start": 874758905,
            "stop": 874758953
        },
        {
            "start": 874758956,
            "stop": 874759015
        },
        {
            "start": 874759018,
            "stop": 874759067
        },
        {
            "start": 874759070,
            "stop": 874759080
        },
        {
            "start": 874759083,
            "stop": 874759238
        },
        {
            "start": 874759241,
            "stop": 874759309
        }
    ]
}