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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=259",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=257",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 258,
    "results": [
        {
            "start": 962935359,
            "stop": 962935534
        },
        {
            "start": 962935537,
            "stop": 962935552
        },
        {
            "start": 962935555,
            "stop": 962935648
        },
        {
            "start": 962935652,
            "stop": 962935707
        },
        {
            "start": 962935711,
            "stop": 962935714
        },
        {
            "start": 962935719,
            "stop": 962935732
        },
        {
            "start": 962935743,
            "stop": 962935750
        },
        {
            "start": 962935754,
            "stop": 962935755
        },
        {
            "start": 962935765,
            "stop": 962935791
        },
        {
            "start": 962935795,
            "stop": 962935798
        },
        {
            "start": 962935804,
            "stop": 962935806
        },
        {
            "start": 962935809,
            "stop": 962935812
        },
        {
            "start": 962935818,
            "stop": 962935837
        },
        {
            "start": 962935840,
            "stop": 962935848
        },
        {
            "start": 962935854,
            "stop": 962935855
        },
        {
            "start": 962935858,
            "stop": 962935860
        },
        {
            "start": 962935866,
            "stop": 962935890
        },
        {
            "start": 962935900,
            "stop": 962935908
        },
        {
            "start": 962935912,
            "stop": 962935942
        },
        {
            "start": 962935946,
            "stop": 962935963
        }
    ]
}