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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=189",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=187",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 188,
    "results": [
        {
            "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": 845411548
        },
        {
            "start": 845411551,
            "stop": 845421354
        },
        {
            "start": 845427994,
            "stop": 845440462
        },
        {
            "start": 845443248,
            "stop": 845446573
        },
        {
            "start": 845448148,
            "stop": 845462860
        },
        {
            "start": 845462861,
            "stop": 845462862
        },
        {
            "start": 845462865,
            "stop": 845464685
        },
        {
            "start": 845464688,
            "stop": 845476753
        }
    ]
}