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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5287",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5285",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5286,
    "results": [
        {
            "start": 874880613,
            "stop": 874880991
        },
        {
            "start": 874880999,
            "stop": 874881954
        },
        {
            "start": 874882003,
            "stop": 874882479
        },
        {
            "start": 874882486,
            "stop": 874884969
        },
        {
            "start": 874885005,
            "stop": 874885070
        },
        {
            "start": 874885077,
            "stop": 874886514
        },
        {
            "start": 874886550,
            "stop": 874886666
        },
        {
            "start": 874886703,
            "stop": 874887250
        },
        {
            "start": 874887286,
            "stop": 874887560
        },
        {
            "start": 874887578,
            "stop": 874887588
        },
        {
            "start": 874887624,
            "stop": 874888060
        },
        {
            "start": 874888068,
            "stop": 874889000
        },
        {
            "start": 874889036,
            "stop": 874889085
        },
        {
            "start": 874889093,
            "stop": 874889112
        },
        {
            "start": 874889148,
            "stop": 874890599
        },
        {
            "start": 874890606,
            "stop": 874896306
        },
        {
            "start": 874896411,
            "stop": 874899928
        },
        {
            "start": 874899936,
            "stop": 874904426
        },
        {
            "start": 874904434,
            "stop": 874906648
        },
        {
            "start": 874906664,
            "stop": 874906924
        }
    ]
}