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/S5/timelines/H1_BURST_CAT2/segments?format=api&page=486
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=487",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=485",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 486,
    "results": [
        {
            "start": 866257430,
            "stop": 866259343
        },
        {
            "start": 866259453,
            "stop": 866259834
        },
        {
            "start": 866260134,
            "stop": 866261336
        },
        {
            "start": 866261341,
            "stop": 866273640
        },
        {
            "start": 866273645,
            "stop": 866295780
        },
        {
            "start": 866295900,
            "stop": 866298600
        },
        {
            "start": 866298663,
            "stop": 866300414
        },
        {
            "start": 866323162,
            "stop": 866324766
        },
        {
            "start": 866324769,
            "stop": 866324781
        },
        {
            "start": 866324787,
            "stop": 866325505
        },
        {
            "start": 866325515,
            "stop": 866325518
        },
        {
            "start": 866325596,
            "stop": 866325696
        },
        {
            "start": 866326015,
            "stop": 866327272
        },
        {
            "start": 866327283,
            "stop": 866327295
        },
        {
            "start": 866327305,
            "stop": 866327306
        },
        {
            "start": 866327307,
            "stop": 866328703
        },
        {
            "start": 866328708,
            "stop": 866328710
        },
        {
            "start": 866328715,
            "stop": 866328717
        },
        {
            "start": 866328720,
            "stop": 866328724
        },
        {
            "start": 866328729,
            "stop": 866330422
        }
    ]
}