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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=929",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=927",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 928,
    "results": [
        {
            "start": 869547761,
            "stop": 869548661
        },
        {
            "start": 869548868,
            "stop": 869549288
        },
        {
            "start": 869549430,
            "stop": 869557350
        },
        {
            "start": 869557587,
            "stop": 869558787
        },
        {
            "start": 869560633,
            "stop": 869561833
        },
        {
            "start": 869562119,
            "stop": 869567039
        },
        {
            "start": 869567301,
            "stop": 869567841
        },
        {
            "start": 869568103,
            "stop": 869568163
        },
        {
            "start": 869571208,
            "stop": 869572648
        },
        {
            "start": 869572880,
            "stop": 869573840
        },
        {
            "start": 869574084,
            "stop": 869574144
        },
        {
            "start": 869577078,
            "stop": 869577198
        },
        {
            "start": 869577372,
            "stop": 869577912
        },
        {
            "start": 869578726,
            "stop": 869578876
        },
        {
            "start": 869580116,
            "stop": 869580596
        },
        {
            "start": 869597926,
            "stop": 869599546
        },
        {
            "start": 869599799,
            "stop": 869600519
        },
        {
            "start": 869602030,
            "stop": 869603710
        },
        {
            "start": 869604593,
            "stop": 869604773
        },
        {
            "start": 869605963,
            "stop": 869606983
        }
    ]
}