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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=168",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=166",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 167,
    "results": [
        {
            "start": 816791708,
            "stop": 816791711
        },
        {
            "start": 816791716,
            "stop": 816791722
        },
        {
            "start": 816791727,
            "stop": 816791729
        },
        {
            "start": 816791736,
            "stop": 816791788
        },
        {
            "start": 816791792,
            "stop": 816791806
        },
        {
            "start": 816791809,
            "stop": 816791833
        },
        {
            "start": 816791836,
            "stop": 816791944
        },
        {
            "start": 816791948,
            "stop": 816791950
        },
        {
            "start": 816791954,
            "stop": 816792104
        },
        {
            "start": 816821542,
            "stop": 816821544
        },
        {
            "start": 816825530,
            "stop": 816825561
        },
        {
            "start": 816825574,
            "stop": 816825588
        },
        {
            "start": 816825592,
            "stop": 816825631
        },
        {
            "start": 816825634,
            "stop": 816825641
        },
        {
            "start": 816825645,
            "stop": 816825703
        },
        {
            "start": 816825706,
            "stop": 816825721
        },
        {
            "start": 816825725,
            "stop": 816825727
        },
        {
            "start": 816825733,
            "stop": 816825734
        },
        {
            "start": 816825739,
            "stop": 816825740
        },
        {
            "start": 816825754,
            "stop": 816825787
        }
    ]
}