Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4846
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4847",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4845",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4846,
    "results": [
        {
            "start": 971400026,
            "stop": 971400175
        },
        {
            "start": 971400178,
            "stop": 971400195
        },
        {
            "start": 971400198,
            "stop": 971400227
        },
        {
            "start": 971401223,
            "stop": 971401780
        },
        {
            "start": 971401783,
            "stop": 971402841
        },
        {
            "start": 971402844,
            "stop": 971402939
        },
        {
            "start": 971402957,
            "stop": 971403115
        },
        {
            "start": 971403118,
            "stop": 971403418
        },
        {
            "start": 971403422,
            "stop": 971403436
        },
        {
            "start": 971403442,
            "stop": 971403446
        },
        {
            "start": 971405860,
            "stop": 971405900
        },
        {
            "start": 971405918,
            "stop": 971406204
        },
        {
            "start": 971406207,
            "stop": 971406209
        },
        {
            "start": 971406212,
            "stop": 971406669
        },
        {
            "start": 971406672,
            "stop": 971407414
        },
        {
            "start": 971407432,
            "stop": 971407442
        },
        {
            "start": 971407445,
            "stop": 971407463
        },
        {
            "start": 971407481,
            "stop": 971407820
        },
        {
            "start": 971407838,
            "stop": 971408038
        },
        {
            "start": 971408697,
            "stop": 971408728
        }
    ]
}