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=3193
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=3194",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3192",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3193,
    "results": [
        {
            "start": 870554400,
            "stop": 870555809
        },
        {
            "start": 870555813,
            "stop": 870556271
        },
        {
            "start": 870556275,
            "stop": 870556845
        },
        {
            "start": 870556850,
            "stop": 870556865
        },
        {
            "start": 870556870,
            "stop": 870557104
        },
        {
            "start": 870557188,
            "stop": 870557580
        },
        {
            "start": 870557640,
            "stop": 870557941
        },
        {
            "start": 870557944,
            "stop": 870558373
        },
        {
            "start": 870558376,
            "stop": 870558480
        },
        {
            "start": 870558540,
            "stop": 870558617
        },
        {
            "start": 870558621,
            "stop": 870558778
        },
        {
            "start": 870558782,
            "stop": 870558787
        },
        {
            "start": 870558791,
            "stop": 870558797
        },
        {
            "start": 870558800,
            "stop": 870558879
        },
        {
            "start": 870558883,
            "stop": 870559244
        },
        {
            "start": 870559425,
            "stop": 870559573
        },
        {
            "start": 870559576,
            "stop": 870559897
        },
        {
            "start": 870562038,
            "stop": 870562075
        },
        {
            "start": 870562914,
            "stop": 870562964
        },
        {
            "start": 870562968,
            "stop": 870563452
        }
    ]
}