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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1833",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1831",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1832,
    "results": [
        {
            "start": 1250343786,
            "stop": 1250343816
        },
        {
            "start": 1250343817,
            "stop": 1250343818
        },
        {
            "start": 1250343820,
            "stop": 1250343862
        },
        {
            "start": 1250343863,
            "stop": 1250343984
        },
        {
            "start": 1250343987,
            "stop": 1250344097
        },
        {
            "start": 1250344100,
            "stop": 1250344207
        },
        {
            "start": 1250344210,
            "stop": 1250344451
        },
        {
            "start": 1250344454,
            "stop": 1250345335
        },
        {
            "start": 1250345338,
            "stop": 1250345494
        },
        {
            "start": 1250345497,
            "stop": 1250345761
        },
        {
            "start": 1250345764,
            "stop": 1250345843
        },
        {
            "start": 1250345846,
            "stop": 1250345955
        },
        {
            "start": 1250345958,
            "stop": 1250345961
        },
        {
            "start": 1250345964,
            "stop": 1250346085
        },
        {
            "start": 1250346088,
            "stop": 1250346193
        },
        {
            "start": 1250346195,
            "stop": 1250346206
        },
        {
            "start": 1250346207,
            "stop": 1250346255
        },
        {
            "start": 1250346258,
            "stop": 1250346334
        },
        {
            "start": 1250346336,
            "stop": 1250346475
        },
        {
            "start": 1250346478,
            "stop": 1250346528
        }
    ]
}