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=310
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=311",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=309",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 310,
    "results": [
        {
            "start": 842929960,
            "stop": 842930489
        },
        {
            "start": 842931074,
            "stop": 842932738
        },
        {
            "start": 842932739,
            "stop": 842937028
        },
        {
            "start": 842937473,
            "stop": 842943441
        },
        {
            "start": 842944494,
            "stop": 842957873
        },
        {
            "start": 842958035,
            "stop": 842961467
        },
        {
            "start": 842961469,
            "stop": 842965461
        },
        {
            "start": 842965462,
            "stop": 842965959
        },
        {
            "start": 842965961,
            "stop": 842966553
        },
        {
            "start": 842966555,
            "stop": 842972691
        },
        {
            "start": 842972693,
            "stop": 842973067
        },
        {
            "start": 842973351,
            "stop": 842975922
        },
        {
            "start": 843001489,
            "stop": 843003689
        },
        {
            "start": 843003691,
            "stop": 843005193
        },
        {
            "start": 843005288,
            "stop": 843009207
        },
        {
            "start": 843009325,
            "stop": 843021189
        },
        {
            "start": 843030744,
            "stop": 843031616
        },
        {
            "start": 843033130,
            "stop": 843034617
        },
        {
            "start": 843034618,
            "stop": 843044060
        },
        {
            "start": 843044061,
            "stop": 843047179
        }
    ]
}