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=165
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=166",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=164",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 165,
    "results": [
        {
            "start": 816783170,
            "stop": 816783211
        },
        {
            "start": 816783216,
            "stop": 816783225
        },
        {
            "start": 816783231,
            "stop": 816783232
        },
        {
            "start": 816783237,
            "stop": 816783239
        },
        {
            "start": 816783243,
            "stop": 816783245
        },
        {
            "start": 816783249,
            "stop": 816783251
        },
        {
            "start": 816783256,
            "stop": 816783259
        },
        {
            "start": 816783263,
            "stop": 816783348
        },
        {
            "start": 816783352,
            "stop": 816783416
        },
        {
            "start": 816783424,
            "stop": 816783438
        },
        {
            "start": 816783442,
            "stop": 816783498
        },
        {
            "start": 816783503,
            "stop": 816783506
        },
        {
            "start": 816783510,
            "stop": 816783511
        },
        {
            "start": 816783520,
            "stop": 816783552
        },
        {
            "start": 816783555,
            "stop": 816783566
        },
        {
            "start": 816783569,
            "stop": 816783590
        },
        {
            "start": 816783595,
            "stop": 816783598
        },
        {
            "start": 816783605,
            "stop": 816783683
        },
        {
            "start": 816783691,
            "stop": 816783698
        },
        {
            "start": 816783706,
            "stop": 816783709
        }
    ]
}