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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=28",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=26",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 27,
    "results": [
        {
            "start": 931164257,
            "stop": 931164258
        },
        {
            "start": 931164263,
            "stop": 931164264
        },
        {
            "start": 931164268,
            "stop": 931164269
        },
        {
            "start": 931164326,
            "stop": 931164327
        },
        {
            "start": 931164334,
            "stop": 931164337
        },
        {
            "start": 931164339,
            "stop": 931164340
        },
        {
            "start": 931164348,
            "stop": 931164350
        },
        {
            "start": 931164383,
            "stop": 931164384
        },
        {
            "start": 931164387,
            "stop": 931164388
        },
        {
            "start": 931164415,
            "stop": 931164416
        },
        {
            "start": 931164441,
            "stop": 931164442
        },
        {
            "start": 931169081,
            "stop": 931169805
        },
        {
            "start": 931169807,
            "stop": 931170824
        },
        {
            "start": 931170826,
            "stop": 931170859
        },
        {
            "start": 931170860,
            "stop": 931170872
        },
        {
            "start": 931170874,
            "stop": 931170882
        },
        {
            "start": 931170885,
            "stop": 931170891
        },
        {
            "start": 931170893,
            "stop": 931170897
        },
        {
            "start": 931170899,
            "stop": 931170900
        },
        {
            "start": 931170902,
            "stop": 931170909
        }
    ]
}