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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=4992",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=4990",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 4991,
    "results": [
        {
            "start": 874518453,
            "stop": 874518636
        },
        {
            "start": 874518644,
            "stop": 874518646
        },
        {
            "start": 874518654,
            "stop": 874518700
        },
        {
            "start": 874518707,
            "stop": 874518714
        },
        {
            "start": 874518727,
            "stop": 874518731
        },
        {
            "start": 874518738,
            "stop": 874518766
        },
        {
            "start": 874518776,
            "stop": 874518803
        },
        {
            "start": 874518810,
            "stop": 874518834
        },
        {
            "start": 874518841,
            "stop": 874518855
        },
        {
            "start": 874518865,
            "stop": 874518872
        },
        {
            "start": 874518879,
            "stop": 874518895
        },
        {
            "start": 874518908,
            "stop": 874518911
        },
        {
            "start": 874518918,
            "stop": 874518931
        },
        {
            "start": 874518938,
            "stop": 874518949
        },
        {
            "start": 874518956,
            "stop": 874519000
        },
        {
            "start": 874519008,
            "stop": 874519017
        },
        {
            "start": 874519024,
            "stop": 874519052
        },
        {
            "start": 874519060,
            "stop": 874519065
        },
        {
            "start": 874519072,
            "stop": 874519082
        },
        {
            "start": 874519089,
            "stop": 874519100
        }
    ]
}