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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=631",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=629",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 630,
    "results": [
        {
            "start": 843437168,
            "stop": 843443173
        },
        {
            "start": 843444234,
            "stop": 843445255
        },
        {
            "start": 843445946,
            "stop": 843460073
        },
        {
            "start": 843468396,
            "stop": 843481321
        },
        {
            "start": 843481792,
            "stop": 843493918
        },
        {
            "start": 843493921,
            "stop": 843494783
        },
        {
            "start": 843494786,
            "stop": 843496266
        },
        {
            "start": 843496281,
            "stop": 843501890
        },
        {
            "start": 843504471,
            "stop": 843505712
        },
        {
            "start": 843508644,
            "stop": 843510648
        },
        {
            "start": 843511675,
            "stop": 843512431
        },
        {
            "start": 843515186,
            "stop": 843526539
        },
        {
            "start": 843526540,
            "stop": 843570732
        },
        {
            "start": 843573317,
            "stop": 843589611
        },
        {
            "start": 843592108,
            "stop": 843593050
        },
        {
            "start": 843594201,
            "stop": 843603265
        },
        {
            "start": 843603267,
            "stop": 843604531
        },
        {
            "start": 843606484,
            "stop": 843635593
        },
        {
            "start": 843642345,
            "stop": 843642833
        },
        {
            "start": 843644386,
            "stop": 843644501
        }
    ]
}