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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=625",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=623",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 624,
    "results": [
        {
            "start": 849051650,
            "stop": 849053082
        },
        {
            "start": 849054750,
            "stop": 849073231
        },
        {
            "start": 849073256,
            "stop": 849076409
        },
        {
            "start": 849083076,
            "stop": 849085178
        },
        {
            "start": 849085206,
            "stop": 849087175
        },
        {
            "start": 849088629,
            "stop": 849089070
        },
        {
            "start": 849089789,
            "stop": 849109593
        },
        {
            "start": 849109671,
            "stop": 849112162
        },
        {
            "start": 849112482,
            "stop": 849112767
        },
        {
            "start": 849113167,
            "stop": 849122130
        },
        {
            "start": 849122190,
            "stop": 849147699
        },
        {
            "start": 849166101,
            "stop": 849171717
        },
        {
            "start": 849171753,
            "stop": 849180710
        },
        {
            "start": 849180729,
            "stop": 849192517
        },
        {
            "start": 849192583,
            "stop": 849192650
        },
        {
            "start": 849192669,
            "stop": 849192680
        },
        {
            "start": 849192699,
            "stop": 849195575
        },
        {
            "start": 849195594,
            "stop": 849201070
        },
        {
            "start": 849201089,
            "stop": 849201096
        },
        {
            "start": 849201120,
            "stop": 849212653
        }
    ]
}