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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10074",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10072",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10073,
    "results": [
        {
            "start": 873097271,
            "stop": 873097576
        },
        {
            "start": 873097612,
            "stop": 873098580
        },
        {
            "start": 873098616,
            "stop": 873098765
        },
        {
            "start": 873098848,
            "stop": 873098879
        },
        {
            "start": 873098915,
            "stop": 873099209
        },
        {
            "start": 873099253,
            "stop": 873099260
        },
        {
            "start": 873099321,
            "stop": 873099326
        },
        {
            "start": 873099362,
            "stop": 873099369
        },
        {
            "start": 873099386,
            "stop": 873099678
        },
        {
            "start": 873099721,
            "stop": 873099845
        },
        {
            "start": 873099882,
            "stop": 873099942
        },
        {
            "start": 873099978,
            "stop": 873100048
        },
        {
            "start": 873100096,
            "stop": 873100289
        },
        {
            "start": 873104139,
            "stop": 873104172
        },
        {
            "start": 873104257,
            "stop": 873104319
        },
        {
            "start": 873104336,
            "stop": 873106312
        },
        {
            "start": 873106329,
            "stop": 873107893
        },
        {
            "start": 873107950,
            "stop": 873108003
        },
        {
            "start": 873108046,
            "stop": 873108485
        },
        {
            "start": 873108502,
            "stop": 873108681
        }
    ]
}