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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=212",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=210",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 211,
    "results": [
        {
            "start": 852898916,
            "stop": 852903851
        },
        {
            "start": 852905254,
            "stop": 852913217
        },
        {
            "start": 852917147,
            "stop": 852917496
        },
        {
            "start": 852919949,
            "stop": 852926481
        },
        {
            "start": 852929831,
            "stop": 852930139
        },
        {
            "start": 852932116,
            "stop": 852932667
        },
        {
            "start": 852934041,
            "stop": 852950055
        },
        {
            "start": 852950325,
            "stop": 852973656
        },
        {
            "start": 852973823,
            "stop": 852987242
        },
        {
            "start": 852988499,
            "stop": 852998238
        },
        {
            "start": 853020602,
            "stop": 853034544
        },
        {
            "start": 853035304,
            "stop": 853056107
        },
        {
            "start": 853058291,
            "stop": 853072197
        },
        {
            "start": 853072404,
            "stop": 853075231
        },
        {
            "start": 853077892,
            "stop": 853086386
        },
        {
            "start": 853086509,
            "stop": 853086574
        },
        {
            "start": 853086705,
            "stop": 853086800
        },
        {
            "start": 853087029,
            "stop": 853095934
        },
        {
            "start": 853098891,
            "stop": 853102421
        },
        {
            "start": 853104893,
            "stop": 853115286
        }
    ]
}