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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=122",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=120",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 121,
    "results": [
        {
            "start": 821317265,
            "stop": 821317625
        },
        {
            "start": 821317809,
            "stop": 821317989
        },
        {
            "start": 821318228,
            "stop": 821318348
        },
        {
            "start": 821319214,
            "stop": 821319394
        },
        {
            "start": 821319590,
            "stop": 821319710
        },
        {
            "start": 821319877,
            "stop": 821320117
        },
        {
            "start": 821320266,
            "stop": 821320926
        },
        {
            "start": 821321067,
            "stop": 821321127
        },
        {
            "start": 821321325,
            "stop": 821321685
        },
        {
            "start": 821321864,
            "stop": 821322104
        },
        {
            "start": 821322324,
            "stop": 821322684
        },
        {
            "start": 821322820,
            "stop": 821323060
        },
        {
            "start": 821323218,
            "stop": 821323518
        },
        {
            "start": 821323678,
            "stop": 821323918
        },
        {
            "start": 821324095,
            "stop": 821324395
        },
        {
            "start": 821324591,
            "stop": 821325371
        },
        {
            "start": 821325534,
            "stop": 821327214
        },
        {
            "start": 821327356,
            "stop": 821327656
        },
        {
            "start": 821328007,
            "stop": 821328067
        },
        {
            "start": 821328254,
            "stop": 821329454
        }
    ]
}