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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=410",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=408",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 409,
    "results": [
        {
            "start": 821505620,
            "stop": 821505740
        },
        {
            "start": 821505743,
            "stop": 821505771
        },
        {
            "start": 821505774,
            "stop": 821505776
        },
        {
            "start": 821505779,
            "stop": 821505801
        },
        {
            "start": 821505804,
            "stop": 821505826
        },
        {
            "start": 821505830,
            "stop": 821505837
        },
        {
            "start": 821505840,
            "stop": 821505899
        },
        {
            "start": 821505902,
            "stop": 821505927
        },
        {
            "start": 821505930,
            "stop": 821506035
        },
        {
            "start": 821506057,
            "stop": 821506088
        },
        {
            "start": 821506107,
            "stop": 821506223
        },
        {
            "start": 821506226,
            "stop": 821506293
        },
        {
            "start": 821506297,
            "stop": 821506304
        },
        {
            "start": 821506307,
            "stop": 821506334
        },
        {
            "start": 821506354,
            "stop": 821506355
        },
        {
            "start": 821506374,
            "stop": 821506405
        },
        {
            "start": 821506408,
            "stop": 821506516
        },
        {
            "start": 821506519,
            "stop": 821506522
        },
        {
            "start": 821506525,
            "stop": 821506666
        },
        {
            "start": 821506706,
            "stop": 821506726
        }
    ]
}