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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3099",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3097",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3098,
    "results": [
        {
            "start": 866609167,
            "stop": 866609175
        },
        {
            "start": 866609178,
            "stop": 866609623
        },
        {
            "start": 866609626,
            "stop": 866609700
        },
        {
            "start": 866609760,
            "stop": 866609786
        },
        {
            "start": 866609791,
            "stop": 866610060
        },
        {
            "start": 866610120,
            "stop": 866610212
        },
        {
            "start": 866610215,
            "stop": 866610380
        },
        {
            "start": 866610384,
            "stop": 866614560
        },
        {
            "start": 866614680,
            "stop": 866625300
        },
        {
            "start": 866625360,
            "stop": 866627880
        },
        {
            "start": 866627940,
            "stop": 866633444
        },
        {
            "start": 866633625,
            "stop": 866643600
        },
        {
            "start": 866643660,
            "stop": 866644724
        },
        {
            "start": 866644905,
            "stop": 866646152
        },
        {
            "start": 866646158,
            "stop": 866646192
        },
        {
            "start": 866646198,
            "stop": 866646957
        },
        {
            "start": 866646963,
            "stop": 866648783
        },
        {
            "start": 866648787,
            "stop": 866648804
        },
        {
            "start": 866648985,
            "stop": 866650072
        },
        {
            "start": 866650078,
            "stop": 866650080
        }
    ]
}