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=608
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=609",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=607",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 608,
    "results": [
        {
            "start": 844463668,
            "stop": 844464575
        },
        {
            "start": 844473562,
            "stop": 844485666
        },
        {
            "start": 844488820,
            "stop": 844497546
        },
        {
            "start": 844499587,
            "stop": 844508480
        },
        {
            "start": 844510632,
            "stop": 844514907
        },
        {
            "start": 845336111,
            "stop": 845360338
        },
        {
            "start": 845364142,
            "stop": 845365535
        },
        {
            "start": 845366068,
            "stop": 845366687
        },
        {
            "start": 845366757,
            "stop": 845377235
        },
        {
            "start": 845381098,
            "stop": 845398950
        },
        {
            "start": 845400433,
            "stop": 845403328
        },
        {
            "start": 845408936,
            "stop": 845411548
        },
        {
            "start": 845411555,
            "stop": 845421383
        },
        {
            "start": 845427994,
            "stop": 845440462
        },
        {
            "start": 845443248,
            "stop": 845446613
        },
        {
            "start": 845448148,
            "stop": 845462860
        },
        {
            "start": 845462869,
            "stop": 845464684
        },
        {
            "start": 845464692,
            "stop": 845476801
        },
        {
            "start": 845478132,
            "stop": 845478679
        },
        {
            "start": 845479716,
            "stop": 845492594
        }
    ]
}