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=245
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=246",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=244",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 245,
    "results": [
        {
            "start": 827993972,
            "stop": 827994332
        },
        {
            "start": 827994602,
            "stop": 827994902
        },
        {
            "start": 827995071,
            "stop": 827996991
        },
        {
            "start": 827999565,
            "stop": 828000045
        },
        {
            "start": 828001384,
            "stop": 828002164
        },
        {
            "start": 828002707,
            "stop": 828003487
        },
        {
            "start": 828003677,
            "stop": 828005357
        },
        {
            "start": 828005514,
            "stop": 828005754
        },
        {
            "start": 828005909,
            "stop": 828005969
        },
        {
            "start": 828006402,
            "stop": 828006762
        },
        {
            "start": 828007896,
            "stop": 828007956
        },
        {
            "start": 828008224,
            "stop": 828008284
        },
        {
            "start": 828009098,
            "stop": 828009338
        },
        {
            "start": 828009841,
            "stop": 828010081
        },
        {
            "start": 828010226,
            "stop": 828011846
        },
        {
            "start": 828012330,
            "stop": 828012870
        },
        {
            "start": 828013020,
            "stop": 828013710
        },
        {
            "start": 828013915,
            "stop": 828014035
        },
        {
            "start": 828014312,
            "stop": 828014852
        },
        {
            "start": 828015009,
            "stop": 828015309
        }
    ]
}