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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=254",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=252",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 253,
    "results": [
        {
            "start": 931587466,
            "stop": 931587521
        },
        {
            "start": 931587522,
            "stop": 931587562
        },
        {
            "start": 931587563,
            "stop": 931587622
        },
        {
            "start": 931587623,
            "stop": 931587709
        },
        {
            "start": 931587710,
            "stop": 931587714
        },
        {
            "start": 931587716,
            "stop": 931587752
        },
        {
            "start": 931587753,
            "stop": 931587850
        },
        {
            "start": 931587851,
            "stop": 931587965
        },
        {
            "start": 931587966,
            "stop": 931587968
        },
        {
            "start": 931587971,
            "stop": 931588020
        },
        {
            "start": 931588021,
            "stop": 931588035
        },
        {
            "start": 931588036,
            "stop": 931588040
        },
        {
            "start": 931588041,
            "stop": 931588047
        },
        {
            "start": 931588048,
            "stop": 931588057
        },
        {
            "start": 931588062,
            "stop": 931588097
        },
        {
            "start": 931588098,
            "stop": 931588162
        },
        {
            "start": 931588165,
            "stop": 931588192
        },
        {
            "start": 931588195,
            "stop": 931588207
        },
        {
            "start": 931588210,
            "stop": 931588223
        },
        {
            "start": 931588225,
            "stop": 931588237
        }
    ]
}