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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_CBC_CAT3/segments?format=api&page=191",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_CBC_CAT3/segments?format=api&page=189",
    "results_count": 4982,
    "results_per_page": 20,
    "num_pages": 250,
    "page_number": 190,
    "results": [
        {
            "start": 1420491736,
            "stop": 1420491740
        },
        {
            "start": 1420491748,
            "stop": 1420491877
        },
        {
            "start": 1420491878,
            "stop": 1420492812
        },
        {
            "start": 1420492820,
            "stop": 1420492858
        },
        {
            "start": 1420492860,
            "stop": 1420492872
        },
        {
            "start": 1420492876,
            "stop": 1420493039
        },
        {
            "start": 1420493041,
            "stop": 1420493275
        },
        {
            "start": 1420493277,
            "stop": 1420493480
        },
        {
            "start": 1420493488,
            "stop": 1420493553
        },
        {
            "start": 1420493554,
            "stop": 1420493752
        },
        {
            "start": 1420496647,
            "stop": 1420496730
        },
        {
            "start": 1420496734,
            "stop": 1420496746
        },
        {
            "start": 1420496750,
            "stop": 1420496794
        },
        {
            "start": 1420496798,
            "stop": 1420496878
        },
        {
            "start": 1420496886,
            "stop": 1420496930
        },
        {
            "start": 1420496931,
            "stop": 1420497210
        },
        {
            "start": 1420497211,
            "stop": 1420497227
        },
        {
            "start": 1420497229,
            "stop": 1420497232
        },
        {
            "start": 1420497238,
            "stop": 1420497406
        },
        {
            "start": 1420497418,
            "stop": 1420497442
        }
    ]
}