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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=96",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=94",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 95,
    "results": [
        {
            "start": 931662422,
            "stop": 931662448
        },
        {
            "start": 931662458,
            "stop": 931662460
        },
        {
            "start": 931662466,
            "stop": 931662488
        },
        {
            "start": 931662495,
            "stop": 931662497
        },
        {
            "start": 931662504,
            "stop": 931662512
        },
        {
            "start": 931662522,
            "stop": 931662535
        },
        {
            "start": 931662542,
            "stop": 931662557
        },
        {
            "start": 931662565,
            "stop": 931662638
        },
        {
            "start": 931662644,
            "stop": 931662649
        },
        {
            "start": 931662656,
            "stop": 931662661
        },
        {
            "start": 931662668,
            "stop": 931662675
        },
        {
            "start": 931662693,
            "stop": 931662722
        },
        {
            "start": 931662729,
            "stop": 931662732
        },
        {
            "start": 931662739,
            "stop": 931662740
        },
        {
            "start": 931662747,
            "stop": 931662756
        },
        {
            "start": 931662763,
            "stop": 931662765
        },
        {
            "start": 931662774,
            "stop": 931662779
        },
        {
            "start": 931662795,
            "stop": 931662802
        },
        {
            "start": 931662810,
            "stop": 931662812
        },
        {
            "start": 931662819,
            "stop": 931662848
        }
    ]
}