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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=203",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=201",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 202,
    "results": [
        {
            "start": 844432445,
            "stop": 844440013
        },
        {
            "start": 844440998,
            "stop": 844444269
        },
        {
            "start": 844451805,
            "stop": 844457467
        },
        {
            "start": 844460629,
            "stop": 844463053
        },
        {
            "start": 844463668,
            "stop": 844464546
        },
        {
            "start": 844473562,
            "stop": 844485613
        },
        {
            "start": 844488820,
            "stop": 844497493
        },
        {
            "start": 844499587,
            "stop": 844508462
        },
        {
            "start": 844510632,
            "stop": 844514878
        },
        {
            "start": 845336111,
            "stop": 845360293
        },
        {
            "start": 845364142,
            "stop": 845365535
        },
        {
            "start": 845366068,
            "stop": 845366687
        },
        {
            "start": 845366757,
            "stop": 845377206
        },
        {
            "start": 845381098,
            "stop": 845398932
        },
        {
            "start": 845400433,
            "stop": 845403328
        },
        {
            "start": 845408936,
            "stop": 845421354
        },
        {
            "start": 845427994,
            "stop": 845440462
        },
        {
            "start": 845443248,
            "stop": 845446573
        },
        {
            "start": 845448148,
            "stop": 845476753
        },
        {
            "start": 845478132,
            "stop": 845478652
        }
    ]
}