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/H2_CBCLOW_CAT2/segments?format=api&page=379
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=380",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=378",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 379,
    "results": [
        {
            "start": 821761689,
            "stop": 821761709
        },
        {
            "start": 821761712,
            "stop": 821761719
        },
        {
            "start": 821761725,
            "stop": 821761729
        },
        {
            "start": 821761732,
            "stop": 821761733
        },
        {
            "start": 821761742,
            "stop": 821761751
        },
        {
            "start": 821761754,
            "stop": 821761755
        },
        {
            "start": 821761759,
            "stop": 821761765
        },
        {
            "start": 821761774,
            "stop": 821761778
        },
        {
            "start": 821761781,
            "stop": 821761783
        },
        {
            "start": 821761789,
            "stop": 821761791
        },
        {
            "start": 821761795,
            "stop": 821761802
        },
        {
            "start": 821761805,
            "stop": 821761813
        },
        {
            "start": 821761816,
            "stop": 821761819
        },
        {
            "start": 821761822,
            "stop": 821761823
        },
        {
            "start": 821761826,
            "stop": 821761835
        },
        {
            "start": 821761838,
            "stop": 821761841
        },
        {
            "start": 821761852,
            "stop": 821761857
        },
        {
            "start": 821761862,
            "stop": 821761863
        },
        {
            "start": 821761868,
            "stop": 821761869
        },
        {
            "start": 821761872,
            "stop": 821761873
        }
    ]
}