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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=112",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=110",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 111,
    "results": [
        {
            "start": 1239297068,
            "stop": 1239297124
        },
        {
            "start": 1239297127,
            "stop": 1239297208
        },
        {
            "start": 1239297210,
            "stop": 1239297278
        },
        {
            "start": 1239297279,
            "stop": 1239297311
        },
        {
            "start": 1239297314,
            "stop": 1239297381
        },
        {
            "start": 1239297384,
            "stop": 1239297519
        },
        {
            "start": 1239297522,
            "stop": 1239298081
        },
        {
            "start": 1239298082,
            "stop": 1239298084
        },
        {
            "start": 1239298085,
            "stop": 1239298108
        },
        {
            "start": 1239298109,
            "stop": 1239298997
        },
        {
            "start": 1239299000,
            "stop": 1239299009
        },
        {
            "start": 1239299010,
            "stop": 1239299020
        },
        {
            "start": 1239299023,
            "stop": 1239299031
        },
        {
            "start": 1239299032,
            "stop": 1239299108
        },
        {
            "start": 1239299111,
            "stop": 1239299378
        },
        {
            "start": 1239299379,
            "stop": 1239299391
        },
        {
            "start": 1239299392,
            "stop": 1239299437
        },
        {
            "start": 1239299438,
            "stop": 1239299477
        },
        {
            "start": 1239299480,
            "stop": 1239299629
        },
        {
            "start": 1239299631,
            "stop": 1239299713
        }
    ]
}