Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=583
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=584",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=582",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 583,
    "results": [
        {
            "start": 874937700,
            "stop": 874941742
        },
        {
            "start": 874941744,
            "stop": 874942020
        },
        {
            "start": 874942080,
            "stop": 874945039
        },
        {
            "start": 874945042,
            "stop": 874945044
        },
        {
            "start": 874945047,
            "stop": 874945445
        },
        {
            "start": 874953518,
            "stop": 874953585
        },
        {
            "start": 874953587,
            "stop": 874954740
        },
        {
            "start": 874954800,
            "stop": 874955787
        },
        {
            "start": 874955790,
            "stop": 874955803
        },
        {
            "start": 874955806,
            "stop": 874958626
        },
        {
            "start": 874958627,
            "stop": 874958946
        },
        {
            "start": 874958951,
            "stop": 874959296
        },
        {
            "start": 874959299,
            "stop": 874965549
        },
        {
            "start": 874965556,
            "stop": 874979345
        },
        {
            "start": 874984623,
            "stop": 874984862
        },
        {
            "start": 874986318,
            "stop": 875022248
        },
        {
            "start": 875022251,
            "stop": 875022257
        },
        {
            "start": 875022261,
            "stop": 875022265
        },
        {
            "start": 875022268,
            "stop": 875022271
        },
        {
            "start": 875022283,
            "stop": 875022285
        }
    ]
}