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=142
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=143",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=141",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 142,
    "results": [
        {
            "start": 834323951,
            "stop": 834326384
        },
        {
            "start": 834327921,
            "stop": 834340040
        },
        {
            "start": 834340041,
            "stop": 834340054
        },
        {
            "start": 834340058,
            "stop": 834346925
        },
        {
            "start": 834347702,
            "stop": 834350533
        },
        {
            "start": 834351700,
            "stop": 834353280
        },
        {
            "start": 834353956,
            "stop": 834357492
        },
        {
            "start": 834357493,
            "stop": 834358393
        },
        {
            "start": 834359140,
            "stop": 834376262
        },
        {
            "start": 834376263,
            "stop": 834390133
        },
        {
            "start": 834392077,
            "stop": 834409680
        },
        {
            "start": 834409681,
            "stop": 834409705
        },
        {
            "start": 834409709,
            "stop": 834409721
        },
        {
            "start": 834409729,
            "stop": 834409751
        },
        {
            "start": 834409754,
            "stop": 834435493
        },
        {
            "start": 834436076,
            "stop": 834439870
        },
        {
            "start": 834439883,
            "stop": 834439897
        },
        {
            "start": 834439898,
            "stop": 834445552
        },
        {
            "start": 834445563,
            "stop": 834450475
        },
        {
            "start": 834451337,
            "stop": 834455344
        }
    ]
}