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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=308",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=306",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 307,
    "results": [
        {
            "start": 852578546,
            "stop": 852578551
        },
        {
            "start": 852578555,
            "stop": 852578581
        },
        {
            "start": 852578590,
            "stop": 852578625
        },
        {
            "start": 852578638,
            "stop": 852578707
        },
        {
            "start": 852578711,
            "stop": 852578805
        },
        {
            "start": 852578809,
            "stop": 852578837
        },
        {
            "start": 852578841,
            "stop": 852578871
        },
        {
            "start": 852578874,
            "stop": 852579423
        },
        {
            "start": 852579427,
            "stop": 852579432
        },
        {
            "start": 852579436,
            "stop": 852579452
        },
        {
            "start": 852579456,
            "stop": 852579482
        },
        {
            "start": 852579486,
            "stop": 852579666
        },
        {
            "start": 852579671,
            "stop": 852579746
        },
        {
            "start": 852579751,
            "stop": 852579757
        },
        {
            "start": 852579761,
            "stop": 852579815
        },
        {
            "start": 852579819,
            "stop": 852579844
        },
        {
            "start": 852579848,
            "stop": 852580024
        },
        {
            "start": 852580029,
            "stop": 852580035
        },
        {
            "start": 852580038,
            "stop": 852580350
        },
        {
            "start": 852580353,
            "stop": 852580423
        }
    ]
}