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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=137",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=135",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 136,
    "results": [
        {
            "start": 825943521,
            "stop": 825943541
        },
        {
            "start": 825943543,
            "stop": 825943551
        },
        {
            "start": 825943553,
            "stop": 825943563
        },
        {
            "start": 825943565,
            "stop": 825943659
        },
        {
            "start": 825943661,
            "stop": 825943698
        },
        {
            "start": 825943700,
            "stop": 825943716
        },
        {
            "start": 825943718,
            "stop": 825943721
        },
        {
            "start": 825943723,
            "stop": 825943734
        },
        {
            "start": 825943736,
            "stop": 825943810
        },
        {
            "start": 825943812,
            "stop": 825943909
        },
        {
            "start": 825943911,
            "stop": 825943948
        },
        {
            "start": 825943950,
            "stop": 825943980
        },
        {
            "start": 825943982,
            "stop": 825943987
        },
        {
            "start": 825943989,
            "stop": 825943992
        },
        {
            "start": 825943993,
            "stop": 825944225
        },
        {
            "start": 825944227,
            "stop": 825944661
        },
        {
            "start": 825944663,
            "stop": 825944817
        },
        {
            "start": 825944927,
            "stop": 825946164
        },
        {
            "start": 825946464,
            "stop": 825949345
        },
        {
            "start": 825949350,
            "stop": 825955190
        }
    ]
}