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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=181",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=179",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 180,
    "results": [
        {
            "start": 843468396,
            "stop": 843481321
        },
        {
            "start": 843481792,
            "stop": 843493918
        },
        {
            "start": 843493921,
            "stop": 843494783
        },
        {
            "start": 843494786,
            "stop": 843496266
        },
        {
            "start": 843496281,
            "stop": 843501890
        },
        {
            "start": 843504471,
            "stop": 843506053
        },
        {
            "start": 843507074,
            "stop": 843507417
        },
        {
            "start": 843508022,
            "stop": 843510648
        },
        {
            "start": 843511675,
            "stop": 843512773
        },
        {
            "start": 843514250,
            "stop": 843514453
        },
        {
            "start": 843515186,
            "stop": 843526539
        },
        {
            "start": 843526540,
            "stop": 843571093
        },
        {
            "start": 843573074,
            "stop": 843589974
        },
        {
            "start": 843592108,
            "stop": 843593888
        },
        {
            "start": 843593891,
            "stop": 843603265
        },
        {
            "start": 843603267,
            "stop": 843604873
        },
        {
            "start": 843606484,
            "stop": 843635593
        },
        {
            "start": 843642345,
            "stop": 843642833
        },
        {
            "start": 843644386,
            "stop": 843644501
        },
        {
            "start": 843646018,
            "stop": 843656400
        }
    ]
}