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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=142",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=140",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 141,
    "results": [
        {
            "start": 818554571,
            "stop": 818578247
        },
        {
            "start": 818578314,
            "stop": 818586335
        },
        {
            "start": 818586342,
            "stop": 818586378
        },
        {
            "start": 818587436,
            "stop": 818600795
        },
        {
            "start": 818600805,
            "stop": 818601882
        },
        {
            "start": 818602437,
            "stop": 818605735
        },
        {
            "start": 818605743,
            "stop": 818605758
        },
        {
            "start": 818605770,
            "stop": 818605774
        },
        {
            "start": 818605792,
            "stop": 818605809
        },
        {
            "start": 818605815,
            "stop": 818605858
        },
        {
            "start": 818605865,
            "stop": 818605931
        },
        {
            "start": 818605964,
            "stop": 818605966
        },
        {
            "start": 818606649,
            "stop": 818610510
        },
        {
            "start": 818610640,
            "stop": 818610658
        },
        {
            "start": 818610666,
            "stop": 818611084
        },
        {
            "start": 818611091,
            "stop": 818611198
        },
        {
            "start": 818611205,
            "stop": 818611643
        },
        {
            "start": 818611650,
            "stop": 818612066
        },
        {
            "start": 818612073,
            "stop": 818612530
        },
        {
            "start": 818612536,
            "stop": 818612811
        }
    ]
}