Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=164
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=165",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=163",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 164,
    "results": [
        {
            "start": 816782362,
            "stop": 816782364
        },
        {
            "start": 816782368,
            "stop": 816782436
        },
        {
            "start": 816782439,
            "stop": 816782462
        },
        {
            "start": 816782465,
            "stop": 816782580
        },
        {
            "start": 816782584,
            "stop": 816782586
        },
        {
            "start": 816782591,
            "stop": 816782602
        },
        {
            "start": 816782605,
            "stop": 816782616
        },
        {
            "start": 816782621,
            "stop": 816782666
        },
        {
            "start": 816782671,
            "stop": 816782754
        },
        {
            "start": 816782758,
            "stop": 816782760
        },
        {
            "start": 816782764,
            "stop": 816782767
        },
        {
            "start": 816782772,
            "stop": 816782774
        },
        {
            "start": 816782779,
            "stop": 816782887
        },
        {
            "start": 816782891,
            "stop": 816782898
        },
        {
            "start": 816782902,
            "stop": 816782969
        },
        {
            "start": 816782973,
            "stop": 816783068
        },
        {
            "start": 816783071,
            "stop": 816783075
        },
        {
            "start": 816783083,
            "stop": 816783087
        },
        {
            "start": 816783091,
            "stop": 816783153
        },
        {
            "start": 816783157,
            "stop": 816783166
        }
    ]
}