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=87
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=88",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=86",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 87,
    "results": [
        {
            "start": 816606315,
            "stop": 816607322
        },
        {
            "start": 816607325,
            "stop": 816607952
        },
        {
            "start": 816613462,
            "stop": 816613468
        },
        {
            "start": 816613477,
            "stop": 816613479
        },
        {
            "start": 816613487,
            "stop": 816613575
        },
        {
            "start": 816613579,
            "stop": 816613591
        },
        {
            "start": 816613597,
            "stop": 816613868
        },
        {
            "start": 816613876,
            "stop": 816613879
        },
        {
            "start": 816613883,
            "stop": 816613885
        },
        {
            "start": 816613894,
            "stop": 816613895
        },
        {
            "start": 816613906,
            "stop": 816613908
        },
        {
            "start": 816613924,
            "stop": 816613996
        },
        {
            "start": 816614002,
            "stop": 816614068
        },
        {
            "start": 816614071,
            "stop": 816614139
        },
        {
            "start": 816614143,
            "stop": 816614214
        },
        {
            "start": 816614217,
            "stop": 816614233
        },
        {
            "start": 816614240,
            "stop": 816614248
        },
        {
            "start": 816614251,
            "stop": 816614299
        },
        {
            "start": 816614303,
            "stop": 816614365
        },
        {
            "start": 816614372,
            "stop": 816614526
        }
    ]
}