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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9771",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9769",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9770,
    "results": [
        {
            "start": 873675259,
            "stop": 873675922
        },
        {
            "start": 873675923,
            "stop": 873676037
        },
        {
            "start": 873676038,
            "stop": 873676066
        },
        {
            "start": 873703665,
            "stop": 873703668
        },
        {
            "start": 873703671,
            "stop": 873703672
        },
        {
            "start": 873703673,
            "stop": 873703674
        },
        {
            "start": 873703681,
            "stop": 873703682
        },
        {
            "start": 873703688,
            "stop": 873703689
        },
        {
            "start": 873703691,
            "stop": 873703692
        },
        {
            "start": 873703694,
            "stop": 873703700
        },
        {
            "start": 873703708,
            "stop": 873703713
        },
        {
            "start": 873703717,
            "stop": 873703718
        },
        {
            "start": 873703719,
            "stop": 873703725
        },
        {
            "start": 873703726,
            "stop": 873703730
        },
        {
            "start": 873703731,
            "stop": 873703733
        },
        {
            "start": 873703734,
            "stop": 873703735
        },
        {
            "start": 873703736,
            "stop": 873703746
        },
        {
            "start": 873703747,
            "stop": 873703752
        },
        {
            "start": 873703753,
            "stop": 873703762
        },
        {
            "start": 873703763,
            "stop": 873703767
        }
    ]
}