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

{
    "next": null,
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9987",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9988,
    "results": [
        {
            "start": 875193352,
            "stop": 875193403
        },
        {
            "start": 875193406,
            "stop": 875193459
        },
        {
            "start": 875193462,
            "stop": 875195200
        },
        {
            "start": 875195203,
            "stop": 875195574
        },
        {
            "start": 875196343,
            "stop": 875202431
        },
        {
            "start": 875202434,
            "stop": 875203277
        },
        {
            "start": 875203323,
            "stop": 875203718
        },
        {
            "start": 875203721,
            "stop": 875203734
        },
        {
            "start": 875203737,
            "stop": 875210457
        },
        {
            "start": 875210460,
            "stop": 875220123
        },
        {
            "start": 875220126,
            "stop": 875220432
        },
        {
            "start": 875220435,
            "stop": 875220752
        },
        {
            "start": 875220755,
            "stop": 875223031
        },
        {
            "start": 875223034,
            "stop": 875223752
        },
        {
            "start": 875223972,
            "stop": 875232014
        }
    ]
}