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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7106",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7104",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7105,
    "results": [
        {
            "start": 874203047,
            "stop": 874203195
        },
        {
            "start": 874203197,
            "stop": 874203442
        },
        {
            "start": 874203443,
            "stop": 874203492
        },
        {
            "start": 874203493,
            "stop": 874203855
        },
        {
            "start": 874203856,
            "stop": 874204196
        },
        {
            "start": 874204197,
            "stop": 874204259
        },
        {
            "start": 874204261,
            "stop": 874204317
        },
        {
            "start": 874204318,
            "stop": 874204338
        },
        {
            "start": 874204339,
            "stop": 874204345
        },
        {
            "start": 874204346,
            "stop": 874204354
        },
        {
            "start": 874204355,
            "stop": 874204441
        },
        {
            "start": 874204442,
            "stop": 874204815
        },
        {
            "start": 874204816,
            "stop": 874204865
        },
        {
            "start": 874204866,
            "stop": 874205695
        },
        {
            "start": 874205696,
            "stop": 874205905
        },
        {
            "start": 874205906,
            "stop": 874205916
        },
        {
            "start": 874205917,
            "stop": 874206048
        },
        {
            "start": 874206049,
            "stop": 874206219
        },
        {
            "start": 874206220,
            "stop": 874206322
        },
        {
            "start": 874206323,
            "stop": 874207117
        }
    ]
}