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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=76",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=74",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 75,
    "results": [
        {
            "start": 931503568,
            "stop": 931503575
        },
        {
            "start": 931503580,
            "stop": 931503581
        },
        {
            "start": 931503586,
            "stop": 931503592
        },
        {
            "start": 931503601,
            "stop": 931503607
        },
        {
            "start": 931503613,
            "stop": 931503614
        },
        {
            "start": 931503620,
            "stop": 931503622
        },
        {
            "start": 931503625,
            "stop": 931503628
        },
        {
            "start": 931503631,
            "stop": 931503632
        },
        {
            "start": 931503637,
            "stop": 931503639
        },
        {
            "start": 931503649,
            "stop": 931503650
        },
        {
            "start": 931503652,
            "stop": 931503653
        },
        {
            "start": 931503656,
            "stop": 931503658
        },
        {
            "start": 931503661,
            "stop": 931503667
        },
        {
            "start": 931503672,
            "stop": 931503676
        },
        {
            "start": 931503679,
            "stop": 931503682
        },
        {
            "start": 931503685,
            "stop": 931503689
        },
        {
            "start": 931503693,
            "stop": 931503695
        },
        {
            "start": 931503702,
            "stop": 931503706
        },
        {
            "start": 931503708,
            "stop": 931503713
        },
        {
            "start": 931503716,
            "stop": 931503717
        }
    ]
}