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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4279",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4277",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4278,
    "results": [
        {
            "start": 874628210,
            "stop": 874628700
        },
        {
            "start": 874628833,
            "stop": 874628903
        },
        {
            "start": 874628922,
            "stop": 874628924
        },
        {
            "start": 874629064,
            "stop": 874629084
        },
        {
            "start": 874629103,
            "stop": 874629171
        },
        {
            "start": 874629190,
            "stop": 874629332
        },
        {
            "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
        }
    ]
}