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=4643
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=4644",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4642",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4643,
    "results": [
        {
            "start": 969527910,
            "stop": 969529032
        },
        {
            "start": 969529035,
            "stop": 969530359
        },
        {
            "start": 969530362,
            "stop": 969530504
        },
        {
            "start": 969530507,
            "stop": 969530549
        },
        {
            "start": 969530552,
            "stop": 969530611
        },
        {
            "start": 969530629,
            "stop": 969530746
        },
        {
            "start": 969530749,
            "stop": 969530807
        },
        {
            "start": 969530826,
            "stop": 969531265
        },
        {
            "start": 969531268,
            "stop": 969532019
        },
        {
            "start": 969532022,
            "stop": 969532488
        },
        {
            "start": 969532491,
            "stop": 969533190
        },
        {
            "start": 969533193,
            "stop": 969534366
        },
        {
            "start": 969534369,
            "stop": 969534399
        },
        {
            "start": 969534402,
            "stop": 969534439
        },
        {
            "start": 969534442,
            "stop": 969534473
        },
        {
            "start": 969534476,
            "stop": 969535231
        },
        {
            "start": 969535234,
            "stop": 969535969
        },
        {
            "start": 969535972,
            "stop": 969536031
        },
        {
            "start": 969536035,
            "stop": 969536330
        },
        {
            "start": 969536333,
            "stop": 969536627
        }
    ]
}