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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4598",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4596",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4597,
    "results": [
        {
            "start": 969178573,
            "stop": 969178577
        },
        {
            "start": 969178580,
            "stop": 969178606
        },
        {
            "start": 969178607,
            "stop": 969178612
        },
        {
            "start": 969178617,
            "stop": 969178618
        },
        {
            "start": 969178624,
            "stop": 969178691
        },
        {
            "start": 969178696,
            "stop": 969178697
        },
        {
            "start": 969178698,
            "stop": 969178835
        },
        {
            "start": 969178838,
            "stop": 969178868
        },
        {
            "start": 969178872,
            "stop": 969179034
        },
        {
            "start": 969179039,
            "stop": 969179045
        },
        {
            "start": 969179049,
            "stop": 969179095
        },
        {
            "start": 969179096,
            "stop": 969179194
        },
        {
            "start": 969179318,
            "stop": 969179378
        },
        {
            "start": 969179438,
            "stop": 969179473
        },
        {
            "start": 969179474,
            "stop": 969179555
        },
        {
            "start": 969179559,
            "stop": 969179620
        },
        {
            "start": 969179622,
            "stop": 969179718
        },
        {
            "start": 969179721,
            "stop": 969179764
        },
        {
            "start": 969179767,
            "stop": 969179910
        },
        {
            "start": 969179915,
            "stop": 969179972
        }
    ]
}