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=5942
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=5943",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5941",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5942,
    "results": [
        {
            "start": 875213139,
            "stop": 875213189
        },
        {
            "start": 875213194,
            "stop": 875213199
        },
        {
            "start": 875213202,
            "stop": 875213229
        },
        {
            "start": 875213232,
            "stop": 875213246
        },
        {
            "start": 875213251,
            "stop": 875213282
        },
        {
            "start": 875213286,
            "stop": 875213335
        },
        {
            "start": 875213339,
            "stop": 875213349
        },
        {
            "start": 875213354,
            "stop": 875213372
        },
        {
            "start": 875213375,
            "stop": 875213381
        },
        {
            "start": 875213384,
            "stop": 875213402
        },
        {
            "start": 875213405,
            "stop": 875213459
        },
        {
            "start": 875213462,
            "stop": 875213471
        },
        {
            "start": 875213474,
            "stop": 875213475
        },
        {
            "start": 875213478,
            "stop": 875213499
        },
        {
            "start": 875213502,
            "stop": 875213521
        },
        {
            "start": 875213526,
            "stop": 875213600
        },
        {
            "start": 875213603,
            "stop": 875213634
        },
        {
            "start": 875213638,
            "stop": 875213684
        },
        {
            "start": 875213687,
            "stop": 875213695
        },
        {
            "start": 875213698,
            "stop": 875213781
        }
    ]
}