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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=183",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=181",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 182,
    "results": [
        {
            "start": 1421146354,
            "stop": 1421149679
        },
        {
            "start": 1421149684,
            "stop": 1421154465
        },
        {
            "start": 1421158557,
            "stop": 1421159758
        },
        {
            "start": 1421159763,
            "stop": 1421167319
        },
        {
            "start": 1421167323,
            "stop": 1421167696
        },
        {
            "start": 1421167700,
            "stop": 1421168563
        },
        {
            "start": 1421168567,
            "stop": 1421169850
        },
        {
            "start": 1421169854,
            "stop": 1421171182
        },
        {
            "start": 1421171187,
            "stop": 1421171447
        },
        {
            "start": 1421171451,
            "stop": 1421174973
        },
        {
            "start": 1421174978,
            "stop": 1421175175
        },
        {
            "start": 1421175180,
            "stop": 1421175524
        },
        {
            "start": 1421175529,
            "stop": 1421175542
        },
        {
            "start": 1421175547,
            "stop": 1421175778
        },
        {
            "start": 1421175783,
            "stop": 1421176409
        },
        {
            "start": 1421176414,
            "stop": 1421182696
        },
        {
            "start": 1421182699,
            "stop": 1421183174
        },
        {
            "start": 1421183178,
            "stop": 1421183188
        },
        {
            "start": 1421183192,
            "stop": 1421184734
        },
        {
            "start": 1421184750,
            "stop": 1421188463
        }
    ]
}