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/S6/timelines/L1_BURST_CAT3/segments?format=api&page=360
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=361",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=359",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 360,
    "results": [
        {
            "start": 931954262,
            "stop": 931954663
        },
        {
            "start": 931954668,
            "stop": 931955083
        },
        {
            "start": 931955085,
            "stop": 931955187
        },
        {
            "start": 931955191,
            "stop": 931955204
        },
        {
            "start": 931958871,
            "stop": 931959075
        },
        {
            "start": 931959077,
            "stop": 931959376
        },
        {
            "start": 931959379,
            "stop": 931959790
        },
        {
            "start": 931959793,
            "stop": 931961458
        },
        {
            "start": 931961461,
            "stop": 931961719
        },
        {
            "start": 931961722,
            "stop": 931962906
        },
        {
            "start": 931962908,
            "stop": 931964244
        },
        {
            "start": 931964246,
            "stop": 931964247
        },
        {
            "start": 931964250,
            "stop": 931964252
        },
        {
            "start": 931973365,
            "stop": 931974337
        },
        {
            "start": 931974340,
            "stop": 931974485
        },
        {
            "start": 931974487,
            "stop": 931974582
        },
        {
            "start": 931974584,
            "stop": 931974724
        },
        {
            "start": 931974726,
            "stop": 931974809
        },
        {
            "start": 931974812,
            "stop": 931974827
        },
        {
            "start": 931974830,
            "stop": 931974878
        }
    ]
}