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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=195",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=193",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 194,
    "results": [
        {
            "start": 833193442,
            "stop": 833197958
        },
        {
            "start": 833197961,
            "stop": 833199599
        },
        {
            "start": 833201500,
            "stop": 833201502
        },
        {
            "start": 833201530,
            "stop": 833201591
        },
        {
            "start": 833201594,
            "stop": 833201624
        },
        {
            "start": 833201625,
            "stop": 833201773
        },
        {
            "start": 833203342,
            "stop": 833203365
        },
        {
            "start": 833203588,
            "stop": 833203606
        },
        {
            "start": 833203608,
            "stop": 833203610
        },
        {
            "start": 833203612,
            "stop": 833203618
        },
        {
            "start": 833203619,
            "stop": 833203634
        },
        {
            "start": 833203638,
            "stop": 833203641
        },
        {
            "start": 833203642,
            "stop": 833203644
        },
        {
            "start": 833203648,
            "stop": 833203649
        },
        {
            "start": 833203653,
            "stop": 833203694
        },
        {
            "start": 833203696,
            "stop": 833203703
        },
        {
            "start": 833203711,
            "stop": 833203715
        },
        {
            "start": 833212823,
            "stop": 833213949
        },
        {
            "start": 833214763,
            "stop": 833217154
        },
        {
            "start": 833217280,
            "stop": 833218344
        }
    ]
}