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=4796
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=4797",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4795",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4796,
    "results": [
        {
            "start": 874629351,
            "stop": 874629369
        },
        {
            "start": 874629401,
            "stop": 874629444
        },
        {
            "start": 874629463,
            "stop": 874629518
        },
        {
            "start": 874629537,
            "stop": 874629567
        },
        {
            "start": 874629587,
            "stop": 874629661
        },
        {
            "start": 874629683,
            "stop": 874629710
        },
        {
            "start": 874629729,
            "stop": 874629735
        },
        {
            "start": 874629754,
            "stop": 874629762
        },
        {
            "start": 874629782,
            "stop": 874629840
        },
        {
            "start": 874629859,
            "stop": 874629886
        },
        {
            "start": 874629905,
            "stop": 874629974
        },
        {
            "start": 874629999,
            "stop": 874630098
        },
        {
            "start": 874630117,
            "stop": 874630291
        },
        {
            "start": 874630310,
            "stop": 874630355
        },
        {
            "start": 874630374,
            "stop": 874630426
        },
        {
            "start": 874630445,
            "stop": 874630522
        },
        {
            "start": 874630541,
            "stop": 874630566
        },
        {
            "start": 874630585,
            "stop": 874630612
        },
        {
            "start": 874630631,
            "stop": 874630640
        },
        {
            "start": 874630659,
            "stop": 874630824
        }
    ]
}