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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=234",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=232",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 233,
    "results": [
        {
            "start": 837126985,
            "stop": 837134120
        },
        {
            "start": 837134122,
            "stop": 837146663
        },
        {
            "start": 837146665,
            "stop": 837146686
        },
        {
            "start": 837148200,
            "stop": 837149329
        },
        {
            "start": 837149331,
            "stop": 837149509
        },
        {
            "start": 837150406,
            "stop": 837157464
        },
        {
            "start": 837158483,
            "stop": 837160812
        },
        {
            "start": 837180893,
            "stop": 837181185
        },
        {
            "start": 837181187,
            "stop": 837182662
        },
        {
            "start": 837182972,
            "stop": 837183756
        },
        {
            "start": 837183758,
            "stop": 837184673
        },
        {
            "start": 837185061,
            "stop": 837185706
        },
        {
            "start": 837185814,
            "stop": 837185856
        },
        {
            "start": 837186149,
            "stop": 837186356
        },
        {
            "start": 837186605,
            "stop": 837188959
        },
        {
            "start": 837197806,
            "stop": 837215927
        },
        {
            "start": 837215929,
            "stop": 837242913
        },
        {
            "start": 837244003,
            "stop": 837265143
        },
        {
            "start": 837265216,
            "stop": 837269633
        },
        {
            "start": 837269693,
            "stop": 837270423
        }
    ]
}