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=4574
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=4575",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4573",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4574,
    "results": [
        {
            "start": 968937569,
            "stop": 968937588
        },
        {
            "start": 968937591,
            "stop": 968938049
        },
        {
            "start": 968939168,
            "stop": 968939257
        },
        {
            "start": 968939260,
            "stop": 968939473
        },
        {
            "start": 968939476,
            "stop": 968939615
        },
        {
            "start": 968939618,
            "stop": 968939852
        },
        {
            "start": 968939856,
            "stop": 968940451
        },
        {
            "start": 968940454,
            "stop": 968940924
        },
        {
            "start": 968940927,
            "stop": 968941010
        },
        {
            "start": 968941014,
            "stop": 968941729
        },
        {
            "start": 968941732,
            "stop": 968941742
        },
        {
            "start": 968941745,
            "stop": 968942166
        },
        {
            "start": 968942170,
            "stop": 968942274
        },
        {
            "start": 968942277,
            "stop": 968942431
        },
        {
            "start": 968942434,
            "stop": 968942887
        },
        {
            "start": 968942890,
            "stop": 968942965
        },
        {
            "start": 968942968,
            "stop": 968943122
        },
        {
            "start": 968943126,
            "stop": 968943557
        },
        {
            "start": 968943560,
            "stop": 968943574
        },
        {
            "start": 968943577,
            "stop": 968943689
        }
    ]
}